|
Thanks, John, for the help.
Thanks, also, for many ideas on how to upload
files through JSP/Servlets. Several mention Jason Hunter's work, which relies on
RFC-1867.
Jason's excellent book, Java Servlet
Programming, gives a class (called MultipartRequest, p.107) that does just that,
using Form POST to implement file upload.
The drawback to POST uploads may be only that
suggested by Jason's warning: POST uploads are experimental.
(Jason, what does the
"experimental" warning mean, in terms of implementing your code in
fault intolerant environment? We'll test for Netscape 3.0/IE4.0 browser
compatibility.)
Any other ideas on classes or tutorials that implements an FTP
style upload ( bypassing any drawback of POST uploads), would be greatly
appreciated.
Thank you in advance for all your
thoughts.
Phil
|
- FTP methods Phil
- Re: FTP methods John Wheeler
- AW: FTP methods Walter Bauer
- Re: FTP methods Bosch Ricardo
- Phil
