RE:Uploading Multiple Files Using Jsp,
April 20, 2009 at 5:37 PM
when i run the jsp codes i get a the error ...11:34:11,781 ERROR [STDERR] java.io.FileNotFoundException: C:\jboss-4.2.2.GA\ser ver\default\.\deploy\techsite.war\uploadedFiles\C:\Users\Ayodeji\Desktop\dd.txt (The filename, directory name, or volume label syntax is incorrect).... obviously item.getName(); was returning a directory string and not just the file name e.g dd.txt....so i modified the code and it worked.. i intoduced the Stringtokenizer class.. see code below...