Dear friends
I am beginner to jsp ...I want to upload files to server .. I am using the the following code.
saveFile = "C:\\Program Files\\Apache Software Foundation\\Tomcat 5.5\\webapps\\ROOT \\Extrusions\\" + saveFile;
FileOutputStream fileOut = new FileOutputStream(saveFile);
Now i want to save the file into my server ..what should i give to save file . pls help me ...
Thanks
Anand