i'm using nervgh's angular-file-upload, https://github.com/nervgh/angular-file-upload/wiki/module-api.
is there way use angular-file-upload , allow additional properties each file when doing multi-file upload?
i'm using image sample start out with: http://nervgh.github.io/pages/angular-file-upload/examples/image-preview/
trying add boolean each file user can set , use on server side when it's picked up.
you can use formdata
property shown in properties section send server whatever need.
- formdata {array}: data sent along files.
if you're using php in server side, think post can out.