I have a problem with php uploads via SSL. I was wondering if I could get some ideas on what could be the problem. I have a site that was custom written by a previous employee, that I inherited. PHP uploads worked. I implemented SSL, and thanks to Void, got the mod_rewrite working correctly (see mod_rewrite post in the Fedora/Red Hat Forum). One thing I did not test is the uploads. When you go to the upload page it will let you select the file on the local file system but once you hit upload it will respond differently depending on the browser. IE will say File was uploaded correctly but the file is not on the web server file system - of which has permissions for writing. In Firefox 3.x - it doesn't appear to respond back with any response/error. I am at home and do not have the code, logs, etc right now but if anyone has a tip, like "try this" or "check out this", I would be grateful. If anyone is interested in helping me solve it, I can start pasting the php_error logs the code and stuff tomorrow. Just looking for places to start my investigating.
The system is Apache 2.x, PHP 5 and MySQL. more detailed versions to come...but I have a feeling that it has to be something with implementing SSL since it worked just fine over port 80. Thanking you all in advance.


