[jboss-user] [EJB 3.0] - Re: Uploading multiple files from Client to server

Ruben_C do-not-reply at jboss.com
Thu Jan 3 09:51:13 EST 2008


Hi,
You can't just read a client directory from a server.
You have to post all the files in the HTTP request and save them using for example http://commons.apache.org/fileupload or use some upload manager that can transfer multiple files to the server, check Google http://www.google.com/search?q=multiple+file+upload+java

/Ruben

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116740#4116740

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116740



More information about the jboss-user mailing list