Thursday, August 13, 2009

Unable to upload files

Problem:

file gets stuck uploading, waited almost a whole to upload a 6.67MB file image. which never finished.

===========

solution:

To resolve the issue, I did the following things.

1. Checked the values in php.ini. upload_max_filesize is set to 50M.
2. In your admin area, in upload settings, made the 'max size' part blank, so that it will take the default value from php.ini
3. Also, I made the file upload privileges to "Everyone". Earlier it was set to superuser only.

No comments:

Post a Comment