| Author |
Getting a Parameter
|
Joey Alencar
Ranch Hand
Joined: Jun 26, 2001
Posts: 43
|
|
Hi, I'd like to know how can I get a Parameter from a "multipart/form-data" form. Thanks.
|
 |
Mayer Salzer
Greenhorn
Joined: Apr 01, 2002
Posts: 20
|
|
Hi, I've written an abstract class that (among other things) retreives multipart/form-data parameters. I've posted the source here "http://www.gvaldig.addr.com/public/Servlet.java". Take a look at the code specifically these 3 methods. 1) getMultipartData (as well as comments at beginning of method) 2) getMultipartParameter 3) getMultipartFilename P.S. You won't be able to compile it, since you need a bunch of other classes, however it should be enough enough to get you going. If you need more help with it, let me know (zsalzer@yahoo.com).
|
 |
Joey Alencar
Ranch Hand
Joined: Jun 26, 2001
Posts: 43
|
|
Thanks swishhh, the Servlet really helped me.
|
 |
 |
|
|
subject: Getting a Parameter
|
|
|