'how to reduce the file size for uploading?

file upload gets a 413 error when uploading a file greater than 40mb.

Here i send the file attachment parameter as an base64string. For a 40mb size file , also gets a long base64 string.

so how could i fix that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source