php - regular expressions for file types - jQuery uploader issue -


i'm trying implement jquery uploader webpage. files in right places, , we're using standard regular expression comes software (/.+$/i), believe should accept files.

but when try , upload file, quits straight away , gives error: filetype not allowed. filename i'm trying upload 1234.jpg.

anyone ideas? i've tried googling it, not come across same problem specific uploader. appreciated!

if file 0 bytes won't upload.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -