asp.net - Blueimp, backload and file extesion restriction -


i'm using blueimp , backload handle file uploads in asp.net application. know how restrict file extensions doing like:

<input type="file" name="files[]" accept="image/png" multiple> 

but need validate file extension in server side before writing disc.

any tip appreciated.

seems, implemented in coming release: https://github.com/blackcity/backload/wiki/release-notes#1940-current-dev

meanwhile use workaround described here: https://github.com/blackcity/backload/issues/32


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -