Supported file types? 
Posted: 11 April 2008 03:44 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2008-01-24

I’m only seeing references to image files—will this extension also work for PDFs, docs, Excel files, zip files,etc?

Thanks

Profile
 
 
Posted: 11 April 2008 07:22 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Yes it should allow uploads of other file types. It depends on the preferences you set in File Upload Prefs.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 11 September 2008 08:38 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  6
Joined  2007-10-18

What about PowerPoint files? I am having problems trying to upload files with the extension .ppt regardless of the size.

Can someone help with that?

Thanks,
Socaprice

Profile
 
 
Posted: 12 September 2008 07:54 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3235
Joined  2006-10-18

socaprice,

You’ll need to add the PowerPoint MIME type to the /system/lib/mimes.php file smile

You probably don’t need all of these, but it never hurts smile

.pot application/mspowerpoint 
.pot application/vnd.ms-powerpoint 
.pov model/x-pov 
.ppa application/vnd.ms-powerpoint 
.ppm image/x-portable-pixmap 
.pps application/mspowerpoint 
.pps application/vnd.ms-powerpoint 
.ppt application/mspowerpoint 
.ppt application/powerpoint 
.ppt application/vnd.ms-powerpoint 
.ppt application/x-mspowerpoint

 Signature 
Profile