Hi Guys
I require a Java applet (and web service on server) permitting upload of large files to the server.
Client side: The applet UI should simply permit selection of a file for upload from the local directory structure. The server URL will be hard-coded in the applet. When the file is selected and an 'upload' button is pressed, the file should be uploaded to the server with a progress bar showing the progress of file upload. The upload should use an HTTP post for upload. [ ANY EXISTING TOOLS/UTILITIES FOR THIS ]
Please help
Thanks