Search found 2 matches

by kkez
Jul 20, 2007 10:16 am
Forum: XUpload
Topic: Mime types check for free version?
Replies: 2
Views: 2446

Ok, never mind. I just installed File::Magic and now i check the mime type and send it in POST after the upload as you said, here are the changes for those interested: Find: use File::Copy; Add below: use File::MMagic; use FileHandle; Find: my (@fileslots,@filenames,@filenames2,@file_status); and re...
by kkez
Jul 18, 2007 4:45 pm
Forum: XUpload
Topic: Mime types check for free version?
Replies: 2
Views: 2446

Mime types check for free version?

Hi, i'm using the free version of XUpload. I can see it checks the extension of the uploaded files, but i'd like to know if it checks the mime type too. It's not that safe to check only the extension.