dmgraham
06-29-2003, 11:41 PM
Hi all,
I'm aware of the standard method of uploading a file via a form 'multipart/form-data' submission. That won't work for the server I'm trying to upload to, since it doesn't have CGI support. It does, however, allow HTTP PUT commands to perform file uploads. Is there any client-side method to send an HTTP PUT command without using a specialized client like cURL?
- Dave
I'm aware of the standard method of uploading a file via a form 'multipart/form-data' submission. That won't work for the server I'm trying to upload to, since it doesn't have CGI support. It does, however, allow HTTP PUT commands to perform file uploads. Is there any client-side method to send an HTTP PUT command without using a specialized client like cURL?
- Dave