|
OK, I checked the php.ini and under the Upload section it reads the following:
; Maximum allowed size for uploaded files.
upload_max_filesize = 12M
Certainly enough to upload a 1.2M file.
The Resource Limits section of php.ini says the following: max_execution_time = 0 ; Maximum execution time of each script, in seconds
memory_limit = 32M
Unless there are more php.ini files somewhere on my server that I should be checking, this looks good enough to be allowing me to do what I can't do. Any other ideas?
|