Is there any way of uploading all the files in a directory to the server? For my requirement,user enters the directory name from the browser and i need to upload all the files to server and than process all the files.I am using struts1.1 . FormFile uploads only one file and i want to upload all the files from the directory.
You'll have to use special tools to be able to upload multiple files from a browser. There are a few flash and applet based solutions available which you can use to upload multiple files or a folder. Search on google a little...