The reason of file not upload.
- Check HTML form attribute enctype=”multipart/form-data” AND method=”post”
- Check uploading folder is exist and have permission
- Check server php.ini – post_max_size=128M is greater then file size
- Check server php.ini – upload_max_filesize=128M is greater then file size
- Check server php.ini – max_execution_time=30 is greater then uploading time
More Stories
CPU & Memory usage in PHP
Install PHP mcrypt extension on Ubuntu
Text to speech