This topic is locked

Upload fails on larger files

9/12/2008 6:57:30 PM
PHPRunner General questions
R
roadyx author

I am using the KB template and have an upload feature where users can upload patches, files, etc.

On large files which takes a long time, It completes saying record updated however the filename field is blank and the file is not in the upload directory.
PLEASE HELP!!!!

Sergey Kornilov admin 9/14/2008

I would check upload-max-filesize variable in php.ini:

http://us2.php.net/manual/en/ini.core.php#...ad-max-filesize

R
roadyx author 9/15/2008

Thanks, Sergey - that's why I'm such a die hard fan of your product.

S
steveh 9/15/2008

Also check the "max post size" as these two are closely related.