4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: vibber on June 27, 2002, 01:30:48 PM

Title: Trying to upload Powerpoint file
Post by: vibber 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?
Title: Trying to upload Powerpoint file
Post by: Jan 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