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
Post a Comment