Hi there
I wrote a PHP script for uploading files to a apache server. Everything works fine as long as the filesize is small (60kB are ok).
I tried everything on a different Linux distribution with a fast network and it works fine for Files of 8MB. Thus I think that my scripts are fine and that the problem lies somewhere in the configuration.
I checked the following options in php.ini:
max_execution_time = 30
memory_limit = 8M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 20M
I could not find any limitations in the httpd.conf file...
Any ideas?
TIA
Reto
Problem with uploading large files (HTTP POST) to Apache
Moderator: General Moderators