Welcome to uImport – a package that makes media import so easy !
Just install and you will get a "import" menu item in the media section. Select a zip file to import and the importer will extract the zip media content to the media section with the same structure.
This package was shown in the package competition in Codegarden 14, it will be available for version 6 soon.
If the zip file is larger then 4mb you have to configure your site to allow larger files in the web.config file.
f.ex :
<system.web>
<httpRuntime maxRequestLength="102400" requestLengthDiskThreshold="102400" requestValidationMode="2.0" />
and:
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="104857600" />
On behalf of Vettvangur developers team,
- Gardar Thorsteinsson, Vettvangur.