mime and new filetypes
|
chris!
Joined: 2005-01-18
Posts: 5 |
Posted: Tue, 2005-01-18 15:51
|
|
i tried to add a thumbnail for *.ufo (Ulead Photo Impact) files in g2. |
|
| Login or register to post comments |

Posts: 8600
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.
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.
Posts: 5
i modified "MIMEHelper_simple.class" and now it works perfectly.
admittedly i had to upload the file once again because the recreation of the thumbnails did not change the appearence of the already uploaded .ufo files.
but this is not a problem at all.
thank you very much for your help.
Posts: 6103
I created a new task for this.