mime and new filetypes
chris!
Joined: 2005-01-18
Posts: 5 |
![]() |
i tried to add a thumbnail for *.ufo (Ulead Photo Impact) files in g2. |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
is your browser sending the file as "application/ufo" mime type? most likely G2 is assigning some other mime type to the uploaded file. you can edit the mime type list in modules/core/classes/helpers/MimeHelper_simple.class to make G2 recognize the mime type by the file extension. |
|
chris!
Joined: 2005-01-18
Posts: 5 |
![]() |
i am not shure if the browser does. for the upload of the files i use a ftp-client. but i will edit the mentioned file and report if i have success. |
|
chris!
Joined: 2005-01-18
Posts: 5 |
![]() |
i modified "MIMEHelper_simple.class" and now it works perfectly. |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
I created a new task for this. |
|