Angular 2 Http post API (post(url: string, body: string, options?: RequestOptionsArgs)) expects a body to be a string. I need to use FormData() to post a file to the server. As a workaround, I am using jQuery, but I don't like mixing Http and jQuery in one application to make AJAX calls. Any suggestions?
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
