Hope you all know about Dropbox. In Dropbox, we can drag the files to drop box folder then it will be stored in the cloud. I need to do this manual process (Drag and drop to the Dropbox folder) through a script. The script must allow the same task once the user defined the file extensions. In other words, drag and drop to the Dropbox folder must be an automatic process through a script once the user define the file types (extensions).
How can I achieve this? Note: I'm using java to get job done.
All comments are welcome.