Hi,
I am trying to upload files to a Linux server running PHP and Apache, but I can't currently do it with files greater than 5119 bytes. (if I try to upload something that's 5020 bytes I get error code 1)
I was just wondering wether I'm missing something from my lovely checklist:
HTML:
MAX_FILE_SIZE hidden form field (I'm not actually using this at all, as I've read a couple of bad things about it!)
php.ini file:
upload_max_filesize
post_max_size
Apache configuration directive:
LimitRequestBody 3024000
Is there anything else I might have missed?
Thanks as always
I am trying to upload files to a Linux server running PHP and Apache, but I can't currently do it with files greater than 5119 bytes. (if I try to upload something that's 5020 bytes I get error code 1)
I was just wondering wether I'm missing something from my lovely checklist:
HTML:
MAX_FILE_SIZE hidden form field (I'm not actually using this at all, as I've read a couple of bad things about it!)
php.ini file:
upload_max_filesize
post_max_size
Apache configuration directive:
LimitRequestBody 3024000
Is there anything else I might have missed?
Thanks as always