4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started 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?
-
Hi,
in "includes/upload_definitions.php" add this line:
$mime_type_match['ppt'] = array("application/vnd");
Greets Jan