I am having the same issue. I am currently receiving the following error via the Flash uploader:
“image.jpg” has failed to upload due to error
Failed to write to disk.
And “Error saving media attachment” via the browser uploader.
Upon looking through various threads that have been written over the past couple of years, I have attempted/done the following:
- Cleared cache on multiple browsers. Attempted to upload on multiple computers
- Checked to make sure I have the most up to date version of Flash.
- Re-installed the latest version of WP. Currently running 3.1.
- Added the code `<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>` to .htaccess
- Changed permissions for the path to where files are uploaded to 777, then 766; currently set to 755.
- Changed upload folder in admin panel.
- Created folder in the root directory labeled “tmp,” and added upload_tmp_dir=”/tmp” to the php.ini file.
- Called my hosting company twice and attempted to explain my situation. Asked them to clear/repair any temp folders they might be able to see that I can’t. They said everything was working fine and that it was probably a WP error (although all signs point to them). What would be the best verbiage to use, if there is any?
Are there any other things anyone here might suggest that I have not thought of or seen? Any help would be appreciated.