| Author |
MultipartParser alternatives
|
Rik Sweeney
Ranch Hand
Joined: Sep 04, 2001
Posts: 36
|
|
Hi, I'm using the MulitpartParser to handling uploading. This all works OK except if the content exceeds my maximum. If this situation occurs I don't seem to be able to recover any of the other posted information, which means that the user has to enter everything again. Is there a way I can recover the other information in the Request? Is there another multipart class that can do this for me? Thanks Richard
|
 |
dema rogatkin
Ranch Hand
Joined: Oct 09, 2002
Posts: 294
|
|
|
Are you looking for open source? I have a couple implementations for internal use.
|
Tough in space?, <a href="http://tjws.sf.net" target="_blank" rel="nofollow">Get J2EE servlet container under 150Kbytes here</a><br />Love your iPod and want it anywhere?<a href="http://mediachest.sf.net" target="_blank" rel="nofollow">Check it here.</a><br /><a href="http://7bee.j2ee.us/book/Generics%20in%20JDK%201.5.html" target="_blank" rel="nofollow">Curious about generic in Java?</a><br /><a href="http://7bee.j2ee.us/bee/index-bee.html" target="_blank" rel="nofollow">Hate ant? Use bee.</a><br /><a href="http://7bee.j2ee.us/addressbook/" target="_blank" rel="nofollow">Need contacts anywhere?</a><br /><a href="http://searchdir.sourceforge.net/" target="_blank" rel="nofollow">How to promote your business with a search engine</a>
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
Check out JSP Faqs: File Upload
|
 |
Rik Sweeney
Ranch Hand
Joined: Sep 04, 2001
Posts: 36
|
|
Thanks! That's perfect!
|
 |
 |
|
|
subject: MultipartParser alternatives
|
|
|