This topic is locked

Upload Fail

5/5/2013 1:05:47 AM
PHPRunner General questions
W
wfcentral author

I have three fields in a table that I can upload files to.
I have the advanced setting in phprunner set to "0" for unlimited filesize.
I have the php.ini file set to 64mb
I can upload files up to 7.4mb
When I try to upload one that is 8.2mb I get this error...
OTO_Campbell Survey.pdf 8.21 MB Uploading failed

C
cgphp 5/5/2013

Make sure the post_max_size and memory_limit settings are properly set in the php.ini file.

W
wfcentral author 5/5/2013



Make sure the post_max_size and memory_limit settings are properly set in the php.ini file.


here is what I have...
memory_limit = 256M

post_max_size = 64M

C
cgphp 5/5/2013

Check the php log files for errors.