in reply to Re^2: Uploading files to a HTTPS server - 501 error
in thread Uploading files to a HTTPS server - 501 error
It is possible to have a CGI script (usually written all in Perl), that accepts a file upload and then POSTs it to another secure web server. I guess it is also possible to have a CGI script on a web server that POSTs a local file to a secure web server but I am not sure why you would want do that. If posting from a browser to the secure site is working, why do you need the script using LWP?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Uploading files to a HTTPS server - 501 error
by Anonymous Monk on Jun 16, 2004 at 11:42 UTC |