You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: