I'm having problems with uploading large images to WordPress 3.5 I get the following error:
An error occurred in the upload. Please try again later.
I've checked the permissions on the upload folder and they are correct (even tried setting them to 777)
I've tried disabling all plugins , switching back to a default theme and adding various lines of code to the .htaccess folder.
I've also tried the suggestions in this article.
If I try to upload the files locally it works, if I try it on a different server it works. Can anyone tell me what might be causing this? It only happens on files with large file sizes.
upload_max_filesize
etc. that required for large file upload in your server'sphp.ini
file? – jogesh_pi