Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nr1Teddy

Pages: [1]
1
Discussion & Troubleshooting / Re: Andere File-Typen!
« on: December 29, 2005, 07:52:32 PM »
In der Datei "includes/upload_definitions.php" musst Du noch die Mime-Types für die entsprechenden Dateiendungen erweitern.

In Deinem Fall:

Code: [Select]
$mime_type_match['txt'] = array("text/plain", "text/richtext", "text/rtf", "text/html");Zeile 89

und
Code: [Select]
$mime_type_match['xls'] = array("application/vnd", "application/x-msexcel");Zeile 94

Gruß Jan


äh, und was müsste man reinschreiben für PPT-Dateien (powerpoint-Dateien) ???
Code: [Select]
$mime_type_match['ppt'] = array("application/vnd", "application/powerpoint"); so etwa? in welche zeile???

Pages: [1]