Sunday, January 1, 2017

Error: request entity too large

return this.$http.post(
'/great/api/-core/file/jpg',
formData,
{
    transformRequest: angular.identity
    // , headers: { 'Content-Type': undefined } // uncomment this to remove the error: Request Entity Too Large 
 });


Happy Coding!

No comments:

Post a Comment