zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

changed paramName type from string to any to enable function use #78

Closed LouisPennachio closed 6 years ago

LouisPennachio commented 6 years ago

This allows to enable this feature of dropzone : https://github.com/enyo/dropzone/issues/901 TL;DR In case of a multiple file upload, it is now possible to get rid of the square brackets appended by Dropzone in the formdata fields name

sconix commented 6 years ago

Thanks, just released a new version.