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?
What is receiving the upload on your Serverside? A B4J-Server app? A php-Script?
How are you sending it? How is page was not displayed related to okhttputils?