Copied to clipboard

Flag this post as spam?

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


  • Paul Blair 466 posts 731 karma points
    Jun 25, 2010 @ 01:11
    Paul Blair
    1

    Installing on 4.5

    Hi,

    I could only get it to install on 4.5 using the manual setup. Here are the steps you need to take:

     - download the package; rename the extension umb to zip so you can extract the content and read the PDF instructions for manual install

    - Add the following to the web.config file:     

    <add verb="*" name="MultipleFileUploadHandler" path="MultipleFileUploadHandler.axd" type="noerd.Umb.DataTypes.multipleFileUpload.MultipleFileUploadHandler, noerd.Umb.DataTypes.multipleFileUpload" />

    (this is different than the one used in the manual)

     - if you have attempted the package install you may find that your media type settings for File & Image (Settings -> Media Types) have had their type alias truncated to umbracoExtensio (missing the 'n' at the end). If so, correct and save.

     - copy over the quick fix (I didn't test before doing this so assume it is still necessary).

     - when adding the multipleFileUpload property to the Folder type the instructions say to input the alias as MultipleFileUpload. However the auto-correction feature in 4.5 means the alias will begin with a lower case 'm'. I thought this would cause a problem but it worked with lower case 'm' so I assume it is not case sensitive.

    Cheers

    Paul

  • Kristian Ravnevand 94 posts 214 karma points
    Jun 30, 2010 @ 13:23
    Kristian Ravnevand
    1

    Any plans on creating a package working with 4.5 out of the box? (I'll vote on it ;-)

  • Paul Blair 466 posts 731 karma points
    Jun 30, 2010 @ 23:43
    Paul Blair
    1

    Hi, I'm not aware of any work currently being done on the package unfortunatly.

    (BTW the config change above should go in the <system.webServer><handlers> section)

  • Dennis Milandt 190 posts 517 karma points
    Aug 11, 2010 @ 12:01
    Dennis Milandt
    0

    Just upgraded to 4.5.1 and got MultipleFileUpload to work again after adding the handler as described above in the <system.webServer><handlers>.

    Thx for this post :)

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft