Reputation: 41
When we select .zip file to install. following error occurring:
Upvotes: 0
Views: 1165
Reputation: 3487
Possible you have this installed: something based on restrict-certain-types-of-files-from-being-uploaded-in-sitecore or mabye this code block-files-by-mime-content-type-from-being-uploaded-in-sitecore with exactly the same Error message in the code.
It is also possible that there is a other upload restriction process used, check the config section.
<sitecore><processors><uiUpload>
With /sitecore/admin/ShowConfig.aspx
Or you have the Upload restrictions from Sitecore.
See secure_the_file_upload_functionality
(but the error message is different must another version then the 1.0.0.2) For the Upload restrictions there is a package Upload Filter-1.0.0.2.zip
If you have installed the Upload Restriction package you have a config file:
\App_Config\Include\UploadFilter.config
And there you can set .zip as not allowed. Remove the .zip from the Blocked extensions or try to put the package directly inside the package folder instead of uploading.
Upvotes: 1