Failed to load resource: the server responded with a status of 500 (Internal Server Error)
jquery-2.0.3.min.js:14
This is preventing me uploading any media images. I'm not sure how to get around this should I try to use a different version of JQuery or Umbraco? Or can this be solved somehow..?
{"Message":"An error has occurred.","ExceptionMessage":"The process cannot access the file 'C:\\development\\TempoDeAventura\\TempoDeAventura\\TempoDeAventura.Frontend\\App_Data\\TEMP\\FileUploads\\BodyPart_8bc8eee1-4497-4bf6-bd25-e9ab44da9312' because it is being used by another process.","ExceptionType":"System.IO.IOException","StackTrace":" at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)\r\n at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)\r\n at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)\r\n at System.IO.File.OpenRead(String path)\r\n at Umbraco.Web.Editors.MediaController.<PostAddFile>d__a.MoveNext()"}
Still happening to me after an upgrade from 7.2.1 to 7.2.2. Thought it was supposed to be fixed. Is there anything special we need to do when performing an upgrade, as the Media folder is excluded when upgrading via Nuget.
/umbraco/backoffice/UmbracoApi/Media/PostAddFile?origin=blueimp returns a 404 when trying to upload an image and the upload fails.
I had the same issue with a png image from a customer.But I could preview it but not upload umbraco or open it in photoshop. Turns out the file was a .psd renamed to .png so renaming it back to psd and saving it as a png solved it.
Umbraco 7.0.3 Media Library not working
When I try to click to upload an image I am experiencing a couple of problems.
Firstly, the area on which you have to click seems to alter in size and doesn't fille the upload box.
Secondly, once a file is selected nothing happens, but I receive a JQuery javascript error from the following call
http://superbodies/umbraco/backoffice/UmbracoApi/Media/PostAddFile
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
jquery-2.0.3.min.js:14
This is preventing me uploading any media images. I'm not sure how to get around this should I try to use a different version of JQuery or Umbraco? Or can this be solved somehow..?
Please help!
Hello,
You can report bugs here: http://issues.umbraco.org/dashboard#newissue=yes
Jeroen
I'm gettin the same error.
When uploading multiple images in the umbraco bo this error apears in the console log
1. Request URL: http://localhost:62940/umbraco/backoffice/UmbracoApi/Media/PostAddFile
2. Request Method: POST
3. Status Code: 500 Internal Server Error
)]}',
{"Message":"An error has occurred.","ExceptionMessage":"The process cannot access the file 'C:\\development\\TempoDeAventura\\TempoDeAventura\\TempoDeAventura.Frontend\\App_Data\\TEMP\\FileUploads\\BodyPart_8bc8eee1-4497-4bf6-bd25-e9ab44da9312' because it is being used by another process.","ExceptionType":"System.IO.IOException","StackTrace":" at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)\r\n at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)\r\n at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)\r\n at System.IO.File.OpenRead(String path)\r\n at Umbraco.Web.Editors.MediaController.<PostAddFile>d__a.MoveNext()"}
Is there any fix?
Im getting the same error too - was there any fix for this??
posted my problem here:
http://our.umbraco.org/forum/ourumb-dev-forum/bugs/54046-Error-when-uploading-file-on-v-714 ;
no problems on localhost - only when deployed to the staging server - win2012 std / sql 2012 / dedicated virtual running on vmware
problems on both 7.1.4 and 7.1.1
have tested uploading to media on v6 - no problems exist.
any help would be much appreciated
thx
Did anyone get to the bottom of this? Happening to me as well?
Still happening to me after an upgrade from 7.2.1 to 7.2.2. Thought it was supposed to be fixed. Is there anything special we need to do when performing an upgrade, as the Media folder is excluded when upgrading via Nuget.
/umbraco/backoffice/UmbracoApi/Media/PostAddFile?origin=blueimp returns a 404 when trying to upload an image and the upload fails.
Craig
One thing i did to break mediaupload was to make changes (by misstake) to the "Label (Umbraco.NoEdit)" datatype.
That sure did fck up things.
I had the same issue with a png image from a customer.But I could preview it but not upload umbraco or open it in photoshop. Turns out the file was a .psd renamed to .png so renaming it back to psd and saving it as a png solved it.
Was getting this error, just migrated to a new server, so thought it was a file permissions issue. Turns out it was a corrupt image file!
is working on a reply...