Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Damiaan 442 posts 1302 karma points MVP 6x c-trib
    Feb 14, 2011 @ 15:02
    Damiaan
    0

    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

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Feb 14, 2011 @ 15:10
    Tom Fulton
    0

    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

  • Damiaan 442 posts 1302 karma points MVP 6x c-trib
    Feb 14, 2011 @ 16:36
    Damiaan
    0

    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

  • Andrew 32 posts 52 karma points
    Feb 22, 2011 @ 23:52
    Andrew
    0

    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

  • Damiaan 442 posts 1302 karma points MVP 6x c-trib
    Feb 22, 2011 @ 23:53
    Damiaan
    0

    Hi Andrew,

    I haven't found any solution up til now.

    Kind regards

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Feb 23, 2011 @ 14:18
    Tom Fulton
    0

    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

  • Andrew 32 posts 52 karma points
    Feb 23, 2011 @ 15:02
    Andrew
    0

    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

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Feb 23, 2011 @ 15:14
    Tom Fulton
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft