I currently use the uploader control to allow users to upload files into a folder on the server.
I would also like for users to be able to drag and drop a link from a web page onto the same uploader control and be able to retrieve the link so that the file could be uploaded into a folder on the server.
This way, the user would simply drag either a link or a local file to the uploader control to have the file uploaded into a folder on the server.
I would appreciate it if you would let me know how to do that.
It looks very robust and appears to provide an insight into some of the new features we might see in DHTMLX 4.0 such as the bootstrap skin support.
For my application, I am using some other form items with the uploader using events to allow me to pass information from the controls along with the uploaded file to the server. I believe I could add a container item to the form where the uploader was and add Vault to the container to achieve the same thing.
I looked at the documentation and did not see anything about links… only files. If you have anything on how to achieve what I want to do using Vault, that would be great. I might post the question to the Vault Forum as well since it may be outside of your scope.