Page 1 of 2
Unable to upload zip files to Opencart extensions
Posted: Mon Jul 29, 2013 1:36 am
by JNeuhoff
I was trying in vain to upload updated versions of the Override Engine to the Opencart extensions, and keep getting a 'Incorrect file type!' error. Can someone please fix this?
Re: Unable to upload zip files to Opencart extensions
Posted: Tue Oct 01, 2013 11:39 am
by mobilewill
I ended up using rar. I am not sure why zip doesn't work when others are able to use it. I was using Chrome, I don't know if that has anything to do with it.
Re: Unable to upload zip files to Opencart extensions
Posted: Wed Oct 09, 2013 10:19 am
by MrTech
I've tried to upload a zip file in Chrome and Firefox with the same incorrect file type error.
Adding my vote 'to please fix it'.
Re: Unable to upload zip files to Opencart extensions
Posted: Wed Oct 09, 2013 10:24 am
by mobilewill
Did rar work for you?
Re: Unable to upload zip files to Opencart extensions
Posted: Wed Oct 09, 2013 4:46 pm
by MarketInSG
well, it doesn't seem to be an issue on my side

try using IE
Re: Unable to upload zip files to Opencart extensions
Posted: Wed Oct 09, 2013 11:54 pm
by mobilewill
MarketInSG wrote:well, it doesn't seem to be an issue on my side

try using IE
I am pretty sure I did, but I can't remember if tried compatibility mode. I am on IE10.
Re: Unable to upload zip files to Opencart extensions
Posted: Thu Oct 10, 2013 12:15 am
by MrTech
Thanks MarketInSG - Internet Explorer did the trick.
To recap: ZIP files only seem to upload in IE
Did not test RAR, sorry.
Re: Unable to upload zip files to Opencart extensions
Posted: Thu Oct 10, 2013 11:44 am
by MarketInSG
I don't have any issues with any of the browsers. Try testing on a separate system and maybe we can find something out.
Re: Unable to upload zip files to Opencart extensions
Posted: Sun Oct 20, 2013 7:24 am
by hirdhird
I confirm the same error - I get "file type error" when trying to upload ZIP extension in Firefox (v.24) on Windows 7.
In IE 10 the same file uploads without problems
Re: Unable to upload zip files to Opencart extensions
Posted: Mon Oct 21, 2013 1:52 am
by rph
Chrome will work too. Not sure why it only happens to Firefox.
Re: Unable to upload zip files to Opencart extensions
Posted: Mon Oct 28, 2013 9:40 am
by billynoah
i had this problem as well.. using IE as a "fix" would be a first.
Let's get this straightened out please.
Re: Unable to upload zip files to Opencart extensions
Posted: Fri Apr 25, 2014 9:55 pm
by isveta78
I have a same problem. I've tried to upload zip, rar files in Chrome, IE 11 and Firefox, and keep getting a 'Incorrect file type!' error.
Re: Unable to upload zip files to Opencart extensions
Posted: Tue Apr 29, 2014 6:51 pm
by trueliar
Same problem for me with rar zip (7z never worked also before).
The header of the binary files and the file extensions are correct.
I've also tried to send the file with different mime types (tamper data) but I received the same error.
Could it be a check on the mime-type?
Re: Unable to upload zip files to Opencart extensions
Posted: Fri Jul 11, 2014 3:44 am
by paradoxx
I had this issue fixed with an older version of Firefox (v.27) but when I updated to the 30 I cannot get it to work again. It is like firefox put a mask on the zip files.
Sadly, I have to use IE to upload files :/
Re: Unable to upload zip files to Opencart extensions
Posted: Sat Sep 27, 2014 6:10 pm
by bachelor
Uploading module zip file name xxxx.ocmod.zip uploading ok but need xml to folder index
Re: Unable to upload zip files to Opencart extensions
Posted: Sun Sep 28, 2014 2:21 am
by JNeuhoff
bachelor wrote:Uploading module zip file name xxxx.ocmod.zip uploading ok but need xml to folder index
Can you please post it as an
issue on github, with an example on how to reproduce it. Or post it on the
atlassian bugtracker.
Re: Unable to upload zip files to Opencart extensions
Posted: Wed Oct 15, 2014 11:05 pm
by budgetneon
Related to this...
Since the new ocmod system allows end users to upload extension.ocmod.xml files, shouldn't the extension store allow developers to upload theirextension.ocmod.xml, without having to put that in a zip file? ( And of course, making sure that it's downloaded as a file when the user downloads, versus displaying the xml in the browser)
That would allow for a very straightforward download from the store, and then upload/install for the end user, without the end user of the module having to unzip anything.
Re: Unable to upload zip files to Opencart extensions
Posted: Thu Feb 26, 2015 1:38 am
by opencartdeveloper
I'm not able to upload zip and it is giving me:
Warning: file could not be uploaded for a unknown reason!
Any help?
Re: Unable to upload zip files to Opencart extensions
Posted: Thu Jan 14, 2016 12:37 am
by vcabreu.py
Ello mate, i`ve fixed this error in my store by adding the MIME types on the configuration
check if u got application/x-rar-compressed, application/octet-stream and application/zip on your MIMEs ($this->System->configuration.... server tab)

Re: Unable to upload zip files to Opencart extensions
Posted: Mon Mar 14, 2016 3:43 am
by trueliar
vcabreu.py wrote:Ello mate, i`ve fixed this error in my store by adding the MIME types on the configuration
check if u got application/x-rar-compressed, application/octet-stream and application/zip on your MIMEs ($this->System->configuration.... server tab)

We are talking about the Website
www.opencart.com (extensions upload).