Hi
i m using the commons file upload with
jsp...(
http://commons.apache.org/fileupload/)
My form is : -
I m able to retrieve the details using this code...
How do i use the "item" object in the else part(not a form field)
to point to a FileItem(org.apache.commons.fileupload.FileItem)
or particularly how do i use to store it to a database blob???
If i use another code for retrieving into FileItem i m getting exceptions........
DeferredFileOutputStream (probably at the line List /* FileItem */ items = upload.parseRequest(request);)
The code is
Thanks
Pradyut