Author Topic: IPX images  (Read 3890 times)

0 Members and 1 Guest are viewing this topic.

Offline ceshelman

  • Pre-Newbie
  • Posts: 5
    • View Profile
IPX images
« on: November 22, 2002, 11:49:18 PM »
i am trying to set the system up to accept IPIX images.  I have added the ipx extension in the control panel and created an ipix.html template but I keep getting this error

Error uploading image file:
3rivers.ipx: Invalid file type (ipx, application/octet-stream)

I have tried defining the mime type on trhe server as both image and application but i get this error both ways.

thanks, Carl.

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
IPX images
« Reply #1 on: November 23, 2002, 12:38:34 AM »
I have same problem with .mp3 files. (as user or admin)
but when I upload it by FTP and do check new images - it works fine.
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 Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
IPX images
« Reply #2 on: November 23, 2002, 08:57:39 AM »
Add this to upload_definitions.php:
Code: [Select]
$mime_type_match['ipx'] = array("application/octet-stream");

Don't forget to create a media template for this file in templates/default/media.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline ceshelman

  • Pre-Newbie
  • Posts: 5
    • View Profile
thanks
« Reply #3 on: November 25, 2002, 06:56:51 PM »
Thanks,  it worked like a charm.

Thanks, Carl.