We have a website (built using ASP.Net) and a DNN portal and both are on the same server. Therefore authentication is not an issue across the applications.
We have a requirement to upload and download the documents from the website (built using ASP.Net). We will be maintaining locking features from within DNN portal using your DMX module.
Based on this, We have the following basic needs:
1. Uploading and downloading document from the website (built using ASP.Net).
2. When a document will be uploaded from the website, a new folder should be created with the document name under default folder settings specified in DMX settings. The document is then uploaded to the newly created folder.
3. When a document is uploaded, the versioning should automatically get increased if the document with the same name already exists in my DNN Portal.
There is no other portal apart from my website that will make use of the DMX module. I will control the locking feature internally from DNN portal.
Further, we checked the uploading mechanism by the DMX and found that the module renames the original document and changes its extension type to “.resources”. I am not sure if the document uploaded from the website using the DMX will be later on available in the website. Can you please explain me how DMX uploads document and how i can retrieve the uploaded document URL in support site.
Please confirm if i use DMX to upload the document from my websit, will i be able to retrieve the URL to make it available to the users with the original document name and that versioning is maintained properly.