How to upload file to server using AngularJS -
i'd know simple technique through can upload media files server using angularjs. know there bunch of apis available, i'd know how done doing that.
thank you.
you can using formdata
html5 api, make sure browser supports formdata.
https://developer.mozilla.org/en/docs/web/api/formdata
https://developer.mozilla.org/en-us/docs/web/api/formdata/using_formdata_objects
https://www.new-bamboo.co.uk/blog/2012/01/10/ridiculously-simple-ajax-uploads-with-formdata/
Comments
Post a Comment