Re: Problem uploading a file with mod_ssl

2001-04-22 Thread Daniel V Klein
Knowing *what* the error was would help, but: in general, HTTPS pages don't like serving HTTP images (since you don't want insecure information on your secure pages). In this case, the error comes from the browser, not the server - is that what you;re seeing? -Dan I have a perl script that

Problem uploading a file with mod_ssl

2001-04-19 Thread Mark Barton
I have a perl script that uploads a file to the server using the input type="file"... tag. I have this script in the cgi-bin directory of the nonsecure webserver and the secure webserver. It works perfectly for the nonsecure version but i always get an error when trying to upload to the secure