What's the best way to post a file via Servlets or JSP.
By default you cannot post a file via Servlets because the HttpServletRequest class cannot understand mulit-part requests.
Anyone out there done this before????b
-
Posting a file (2 messages)
- Posted by: Anuj Mehta
- Posted on: July 06 2000 14:13 EDT
Threaded Messages (2)
- Posting a file by Victor Cheung on July 06 2000 20:39 EDT
- Posting a file by Jason Fox on July 14 2000 12:07 EDT
-
Posting a file[ Go to top ]
- Posted by: Victor Cheung
- Posted on: July 06 2000 20:39 EDT
- in response to Anuj Mehta
go http://www.jspsmart.com/ to take a look! U'll get some ideas. -
Posting a file[ Go to top ]
- Posted by: Jason Fox
- Posted on: July 14 2000 12:07 EDT
- in response to Anuj Mehta
Here's a package that I have found useful:
URL: http://www.servlets.com/resources/com.oreilly.servlet/index.html
... and here's the link to the associated Oreilly book by the author of this package:
URL: http://www.oreilly.com/catalog/jservlet/index.html
--
Jason