Android Question Sending large files

JDS

Active Member
Licensed User
Longtime User
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?
 

DonManfred

Expert
Licensed User
Longtime User
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?
 
Upvote 0
Top