I have plupload working with drop_element: and browse_button:
However I want to also have the option to get the file from a URL like this: http://example.com/image.jpg
The idea would be to add it to the upload queue and take advantage of the built in properties and methods of plupload.
Davit on the plupload forum directed me to an example with mOxie.Image.load but I can't figure out how to integrate that with plupload. Does anyone here have an example of how to do that?
Here is the link to the thread I started on the plupload forum if that helps..