[Prev][Next][Index][Thread]

Re: Who can give me an example for "Form upload"



At the moment, the back end for file upload is not in either the released system or
the development system. It will be in soon.

In the meantime, you might try using the HTTP PUT method to upload files to the server. 
Netscape gold and other browsers support HTTP 1.0 PUT. If you can find a browser that does
HTTP 1.1 PUT, you'll be using a better negotiation between client and server.
The W3C line mode broswer does it, as does jigsaw.




References: