|
.htaccess did not work, just got a server error message. This is covered in the Apache 2 docs. The server is not a shared server it is all ours (well, leased)...all of it.
I have in php.ini:
memory_limit = 8M
upload_max_filesixe = 2M
In php.conf I have:
LimitRequestBody 307200 (300K)
I just can't understand why uploading a 195K file is exceeding the memory_limit no matter what I set it at.
Bob
|