Author Topic: Trying to upload Powerpoint file  (Read 3727 times)

0 Members and 1 Guest are viewing this topic.

Offline vibber

  • Pre-Newbie
  • Posts: 8
    • View Profile
Trying to upload Powerpoint file
« on: June 27, 2002, 01:30:48 PM »
I tried to make the gallery accept an upload of a Powerpoint file, but no success.

I have added ppt as a valid file extension in the settings, but when I try to upload a powerpoint file I get the message

"Error uploading image file:
xxx.ppt: Invalid file type (ppt, application/vnd)"

How do I get around this?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Trying to upload Powerpoint file
« Reply #1 on: June 27, 2002, 05:05:00 PM »
Hi,

in "includes/upload_definitions.php" add this line:

$mime_type_match['ppt'] = array("application/vnd");

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