Greetings all ..
I need a help regarding a specific case...
I am building a Java interface for a system mainly used for file uploads / downloads .. the system is written in PHP .. The java interface will mainly facilitate the operation of the system by allowing Drag and drop files from the local machine to the server ...
Using Java applet programming, I was able to create the local file structure, the drag and drop , then passing the path of the file that should be uploaded to the PHP to do the uplaod..
The problem :
The PHP is using the <Input Type ="file" ..> , I was assuming that I can just pass a value (the file path) to this from the applet page , but this didn't work , also, I did all tries to replace the file type by a text box , then do a Javascript submit, but didn't work also ,,
Seems it is more complicated .. Can any one provide a help in this (any turn arround??)
Thanks in advance