Hi, 
1) pls clear my doubt.Here i have single #fileupload and file, file
holds only single value, but i want to hold multiple value in this
file.how to do that?
<tr>
        #fileUpload ("File" "file")
</tr
or 
2)i hold multiple files in in a text area, how to parse String to
getFileItem(..),since it is throwing an exception.


FileItem fileItem = params.getFileItem("file");
 fileItem.write(new
File(TurbineServlet.getRealPath("/uploaded.file")));

Thanks and Regards
Sridhar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to