(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.
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:
(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
Any plans on creating a package working with 4.5 out of the box? (I'll vote on it ;-)
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)
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
is working on a reply...