Author Topic: Upload error- Zip file  (Read 3219 times)

0 Members and 1 Guest are viewing this topic.

Offline Warrior

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Lawrence Family History
Upload error- Zip file
« on: May 27, 2005, 08:34:52 AM »
What's this code mean?

Error uploading zip file:
logo1_2.zip: Invalid file type (zip, application/force-download)

I added that application to the upload_definitions and still got that error.


$mime_type_match['zip'] = array("application/zip", "application/x-zip-compressed","application/force-download");

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Upload error- Zip file
« Reply #1 on: May 27, 2005, 02:36:09 PM »
did u add zip extension in the settings?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Warrior

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Lawrence Family History
Re: Upload error- Zip file
« Reply #2 on: May 27, 2005, 07:07:20 PM »
Yup. Had it there before I even started working on my hack.

It works now, btw.