|
I have found out that it is not multimedia files, it is any file that is over 500kb that will not upload. I have checked my php.ini settings and they are set to allow 48MB
max_execution_time = 1800 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 48M ; Maximum amount of memory a script may consume (8MB)
file_uploads = On
upload_max_filesize = 48M
post_max_size = 48M
The max filesize in PP admin settings:
Maximum multimedia upload size in kB: 48000
Usergroup settings for Registered User:
Upload File Size Limit (kB): 65536
System Information:
Dedicated Server
RHE
Dual Xeon 3.2Gig
4 Gig Ram
Raid 10: 2X 500G arrays
PHP Version 4.3.2
Apache: 2.0
Mysql: 4.1.11
Running only one dedicated site.
Thanks
Derek
|