Wordpress image upload has worked well for months. Suddenly, I get "failed to write file to disk" though nothing has changed. Read the wp forums and worked with my hosting co to do the following:
Checked the php.ini file to read: upload_tmp_dir= "/tmp"
Changed "/tmp" to be a tmp folder inside wp-content/images
permissions set to 777
restarted database
What else can I...