What you'll accomplish:
You'll find the file inside your zip that's causing error IZE1002 and fix it so your upload goes through.
Why this happens
Acoustic Campaign checks that every image inside your zip file is actually encoded in the format its file extension claims. If a file's extension doesn't match its real format — for example, a file named favicon.gif that's actually encoded as an ICO file — the upload fails with error IZE1002, even though the file looks fine in your file explorer.
Note: This isn't a restriction on GIF files specifically — GIF, JPG/JPEG, PNG, and ICO are all supported. The error means one file's actual format doesn't match its extension, not that its format is unsupported.
Find the mismatched file
- Unzip your file locally and check each image, especially any favicon or small icon files — these are the most common culprits.
- Open each image in an image viewer or check its properties/file info. Compare what the extension claims against what the tool reports the file actually is.
- If you're not sure which file is causing it and support is involved, they may ask you to record a HAR file while you upload — that's a support-side diagnostic step, not something you need to do on your own.
Fix the file
Once you've found the mismatched file:
- Rename its extension to match its actual format (for example, change
favicon.giftofavicon.icoif the file is really an ICO). - If you need the file to stay in its original named format, re-export or re-save the image in that format instead, so the extension and the actual encoding match.
- Re-zip your files and try the upload again.
Reference: supported image types
| File extension | Correct MIME type |
|---|---|
| .gif | image/gif |
| .jpg / .jpeg | image/jpeg |
| .png | image/png |
| .ico | image/x-icon |
Tip: Remember your zip file can only contain HTML and image files — anything else will cause a different upload error. See Import HTML for the full list of zip requirements.