Currently we're sending some large files to our server.
All goes well untill we're sending files which ar larger than 30 mb (file.size 3000000)+).
We get the error 413 - The page was not displayed because the request entity is too large.
What are the beste practice to send these kind a files?
Currently we're using job.postfile
Are there better methods?
All goes well untill we're sending files which ar larger than 30 mb (file.size 3000000)+).
We get the error 413 - The page was not displayed because the request entity is too large.
What are the beste practice to send these kind a files?
Currently we're using job.postfile
Are there better methods?