Hi everyone, I'm working with Multiple File Upload control in IIS 7, but I was forced to change the application pool to Classic because in Integrated mode throws 2038.
Exists some way to the Multiple File Upload works in Integrated pipeline mode? thanks.
Also, double check the properties in Settings -> Media Types for files and images. Sometimes when installing the package it will truncate the type to umbracoExtensio (missing the "n" - it should be umbracoExtension)
Question about Multiple file upload
Hi everyone, I'm working with Multiple File Upload control in IIS 7, but I was forced to change the application pool to Classic because in Integrated mode throws 2038.
Exists some way to the Multiple File Upload works in Integrated pipeline mode? thanks.
hi,
I have used this successfully in IIS7 with umbraco V4.0.x & 4.5 in integrated mode.
I have bloged about setting up projects with IIS7 here: http://blog.fairlieagile.co.nz/2009/5/24/setting-up-a-new-umbraco-project and step 8 details the issues with multiple file upload.
Also, double check the properties in Settings -> Media Types for files and images. Sometimes when installing the package it will truncate the type to umbracoExtensio (missing the "n" - it should be umbracoExtension)
Cheers
Paul
Hi Paul, thanks very much!, step 8 is perfect to me. I added the following line and work perfect with Integrated mode!.
is working on a reply...