kelp404 / angular-form-builder

Drag and drop to build bootstrap forms in AngularJS.
http://kelp404.github.io/angular-form-builder/
MIT License
599 stars 340 forks source link

Issue for file upload #121

Open LakshmisowjanyaM opened 6 years ago

LakshmisowjanyaM commented 6 years ago

Hi,

First of all thank you for very much for this code. I am using this code in my application and added file upload also in form components. Its working fine to create new form with that element but after creating tried to upload the file and form submitted not getting the file.I found out the problem because ng-model can only read the string not file.I want to get uploaded file also along with remaining data now we are getting after the data entered in created form.I am trying my best to do this .if any help i would be thankful.