hi,all
In my situation, there are 4 fields(textfield) and one for picture upload,which I use jspSmartUpload, in my jsp .
I can upload a picture if only one field,type="file".but when I put 4 other fields in this jsp .it can not works.
I use servlet to process the upload with jspSmartUpload.
thanks
zhousr
-
about upload a picture.... (2 messages)
- Posted by: John hs
- Posted on: July 08 2001 04:57 EDT
Threaded Messages (2)
- about upload a picture.... by Kari Sarsila on July 25 2001 03:07 EDT
- about upload a picture.... by John hs on July 27 2001 07:40 EDT
-
about upload a picture....[ Go to top ]
- Posted by: Kari Sarsila
- Posted on: July 25 2001 03:07 EDT
- in response to John hs
maybe you should try Jason Hunter's MultipartFilter.
you can find the com.oreilly.servlets-package from http://www.servlets.com .
and I recommend that you also read Jasons article from javaworld ( http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html )
-
about upload a picture....[ Go to top ]
- Posted by: John hs
- Posted on: July 27 2001 07:40 EDT
- in response to Kari Sarsila
thanks
zhoushuren