Welcome Guest, Not a member yet? Register   Sign In
file upload allowing wrong formats?
#1

[eluser]LeonardoGaiero[/eluser]
greetings, i'm having a bit of a problem: i'm developing a file upload mechanism for a customer, and it needs to allow a specific subset of files.

i got up to the point of specifying the mime types for the desired formats, but then i encountered a problem in which the application is accepting files seemingly at random. here are my allowed extensions:

Code:
define('ALLOWED_TYPES', 'doc|docx|xlsx|pptm|xlsm|docm|pptx|accdb|xls|pdf|txt|zip|rtf|ppt|jpg|accdb|');

here's the weird thing: no matter what i define as the allowed filetypes, the app will upload them seemingly on its own, and at one point it was even loading exe files. what am i doing wrong, are my configuration settings being ignored? i'm stumped at this point, any help would be much appreciated.
#2

[eluser]LeonardoGaiero[/eluser]
anyone? i really don't mean to be rude, but i'd like to get this working before the weekend, any insight is welcome.
#3

[eluser]Razedd[/eluser]
i think you find you're answer here:
http://ellislab.com/forums/viewthread/77274/
#4

[eluser]LeonardoGaiero[/eluser]
[quote author="Razedd" date="1284146132"]i think you find you're answer here:
http://ellislab.com/forums/viewthread/77274/[/quote]

actually i found out what it was: the previous developer mucked around with the framework's main libs, and with the intention of "fixing" an unspecified bug in the upload library he messed up the format recognition (it was detecting the file extension according to the mime type, which is WRONG). thanks anyway and sorry for wasting your time.




Theme © iAndrew 2016 - Forum software by © MyBB