|
Check these three things
1. The file is not larger than your PHP max upload allowed filesize? Usually 2M on most servers.
2. File Uploads in PHP is set to On
3. Safe Mode is set to Off on the servers PHP
You can check all those under PHPINFO in Admin.
|