Hi
We have a repository system running on Php4 and MySQL 3.22.32. We maintain the customer blueprints on a FTP server and have a Php code for the uploading process. The code initially did not have any upload problem while testing, but since it went live some people reported the below problem
Warning: Max file size of 2097152 bytes exceeded - file [content_content_download_url] not saved in Unknown on line 0
I have tried setting the upload_max_filesize to 5MB and still this information doesnt reflect on the phpinfo. Also httpd.conf doesnt accept php3_upload_max_filesize as a valid string
Any help is appreciated