Hmm, I thought this was fixed recently, see http://umbraco.codeplex.com/workitem/29844 - it appears it was merged before the 4.6.1 release so I would think it would have been included in 4.6.1. Have you tried the latest nightlies?
This is indeed the problem as described. The 4.6.1 release is released on january 13th. I haven't found any linked code to verify this is indeed solved in a more recent version.
Hi, is there a way to solve this problem? I downloaded the change set, eefa1165a19c, but I'm not sure how to install the changes. Also, I tried using a newer version of 4.6.1 from the nightly server and it still didn't fix the problem. Any suggestions would be greatly appreciated.
Thanks for your suggestion. When I replace the DLL I get the following error
Could not load control: '/umbraco/dashboard/zipupload.ascx'. Error message: System.NullReferenceException: Object reference not set to an instance of an object.
at Nibble.Umb.ZipUpload.zipupload.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)
Do you know what might be causing this? The file /umbraco/dashboard/zipupload.ascx is there and seems to be showing some information, but the code behind seems to be giving the error.
Sorry, not sure off the top of my head. Tested here too and got the same error. Can't really debug without the source though..
My next suggestion would probaly be to just use Desktop Media Uploader instead, which I think replaced ZipUpload in the newer Umbraco version anyway :)
Zip upload 4.6 Media Type wrong when extension of image is in uppercase
Hi,
When I use the build in "zip upload" from my ultra new 4.6.1 umbraco installation, some files are recognized as file instead of "image".
I found out that is the case when the extentions of my images (JPG, GIF, ...) are in uppercase.
Some else encoutered this problem?
Kind regards
Hi,
Hmm, I thought this was fixed recently, see http://umbraco.codeplex.com/workitem/29844 - it appears it was merged before the 4.6.1 release so I would think it would have been included in 4.6.1. Have you tried the latest nightlies?
-Tom
Hi Tom,
This is indeed the problem as described. The 4.6.1 release is released on january 13th. I haven't found any linked code to verify this is indeed solved in a more recent version.
Kind regards
Damiaan
Hi, is there a way to solve this problem? I downloaded the change set, eefa1165a19c, but I'm not sure how to install the changes. Also, I tried using a newer version of 4.6.1 from the nightly server and it still didn't fix the problem. Any suggestions would be greatly appreciated.
Thanks,
Andrew
Hi Andrew,
I haven't found any solution up til now.
Kind regards
Hi,
This is the changeset where it appears to have been fixed: http://umbraco.codeplex.com/SourceControl/changeset/changes/b8a10b7e0685
It's just a DLL file (Nibble.Umb.ZipUpload), so theoretically you should be able to just download that and replace yours in /bin/
I would think if you tried the nightlies though it should have worked...anyway it's probably worth a shot, should be easy to test
-Tom
Hi Tom,
Thanks for your suggestion. When I replace the DLL I get the following error
Could not load control: '/umbraco/dashboard/zipupload.ascx'.
Error message: System.NullReferenceException: Object reference not set to an instance of an object. at Nibble.Umb.ZipUpload.zipupload.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)
Do you know what might be causing this? The file /umbraco/dashboard/zipupload.ascx is there and seems to be showing some information, but the code behind seems to be giving the error.
Thanks for your help,
Andrew
Sorry, not sure off the top of my head. Tested here too and got the same error. Can't really debug without the source though..
My next suggestion would probaly be to just use Desktop Media Uploader instead, which I think replaced ZipUpload in the newer Umbraco version anyway :)
-Tom
is working on a reply...