I have a form wich contain name, email... and user's image for a web app registration, i send data via a rest api with $http in a objet called userData, how ca i add to this objet the file / image ? how to use angular model or bind the file to a scope variable ?
Thanx in advance.