File upload - choose file from Dropbox, Google Drive etc
Hello, I have a jquery mobile site and it has a requirement to allow the use to upload a file (Word or PDF). Since these are unlikely to be on the phone, or if they are the phone will not allow file system access we want to have the user choose a file from their Dropbox (or Google drive or as many similar services as possible).
So the workflow is something like: user taps on a "upload" button, gets to choose from Dropbox etc, selects a file from Dropbox which is sent to the server that runs the mobile site, ie back to its own domain.
So, just to recap, we are not wanting to upload to Dropbox, but use it as a source for uploading to another server.
Is there any plugins etc to do this?
Thank you.