When I am tryin to upload in a media folder using drag and drop feature or browse function, i got the following message
"System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.presentation.umbraco.webservices.MediaUploader.ProcessUploadRequest(HttpContext context)"
Umbraco 4.11 clean installation + uComponents, imagegen and xsltsearch
I'm experiencing the same thing. I don't have imagegen but I do have uBlogsy installed. I can upload one file at a time by right clicking on a media folder but the "Drag Files here to upload" modal is not working. A small loading icon is constantly spinning on the "Content" panel, I don't see any javascript errors, not sure what is going on. The images I upload one at a time will not display in the Content panel on the right side when I click on the folder.
+1 I get this too. Fresh 4.11 install - only uComponents installed. Single right-click > create works for media items, but neither the 'new' HTML5 multi-file uploader nor the desktop media uploader seem to actually create the media items nor upload the files.
Digging a little deeper, there doesn't seem to be any client-side error message when uploading but there are errors logged in the umbracoLog table for each failed file upload:
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.presentation.umbraco.webservices.MediaUploader.ProcessUploadRequest(HttpContext context)
Just getting some verification from others who may have encountered this before creating an issue on the bug tracker.
I've created an issue on the tracker here: http://issues.umbraco.org/issue/U4-1275. Although I'd really hope this would be fixed quickly in a patch release (standard functionality that just seems broken, and likely to affect a lot of people once 4.11 becomes widely used by editors) please vote for this issue.
Hey guys, we're preparing a 4.11.1 release to fix this issue. For now the simple workaround is to "touch" the global.asax file (just put a space in it an save it), that should help.
Nightly versions with a fix for this are available if you need this fixed right now but a patch release is coming today or tomorrow. http://nightly.umbraco.org/umbraco%204.11.1/
@Sebastian, was 4.11.1 supposed to fix this issue? I have a fresh install, and the HTML5 upload doesn't seem to work. The file is not saved, only the media-item is created. It is not a problem with permissions.
Media Upload 4.11 dosen't work
When I am tryin to upload in a media folder using drag and drop feature or browse function, i got the following message
"System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.presentation.umbraco.webservices.MediaUploader.ProcessUploadRequest(HttpContext context)"
Umbraco 4.11 clean installation + uComponents, imagegen and xsltsearch
iis 7.0
I'm experiencing the same thing. I don't have imagegen but I do have uBlogsy installed. I can upload one file at a time by right clicking on a media folder but the "Drag Files here to upload" modal is not working. A small loading icon is constantly spinning on the "Content" panel, I don't see any javascript errors, not sure what is going on. The images I upload one at a time will not display in the Content panel on the right side when I click on the folder.
Eric
+1 I get this too. Fresh 4.11 install - only uComponents installed. Single right-click > create works for media items, but neither the 'new' HTML5 multi-file uploader nor the desktop media uploader seem to actually create the media items nor upload the files.
Digging a little deeper, there doesn't seem to be any client-side error message when uploading but there are errors logged in the umbracoLog table for each failed file upload:
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.presentation.umbraco.webservices.MediaUploader.ProcessUploadRequest(HttpContext context)
Just getting some verification from others who may have encountered this before creating an issue on the bug tracker.
I've created an issue on the tracker here: http://issues.umbraco.org/issue/U4-1275. Although I'd really hope this would be fixed quickly in a patch release (standard functionality that just seems broken, and likely to affect a lot of people once 4.11 becomes widely used by editors) please vote for this issue.
Hey guys, we're preparing a 4.11.1 release to fix this issue. For now the simple workaround is to "touch" the global.asax file (just put a space in it an save it), that should help.
Nightly versions with a fix for this are available if you need this fixed right now but a patch release is coming today or tomorrow. http://nightly.umbraco.org/umbraco%204.11.1/
Brilliant, that's really helpful, thanks Sebastiaan.
@Sebastian, was 4.11.1 supposed to fix this issue? I have a fresh install, and the HTML5 upload doesn't seem to work. The file is not saved, only the media-item is created. It is not a problem with permissions.
Perhaps it is not the same error. I don't get any exceptions, still however, images are not being saved.
Can anyone confirm this issue?
More details on my issue: http://issues.umbraco.org/issue/U4-1344
is working on a reply...