Page 2 of 2

With Appery.io can I directly upload a file from the phone app to my REST API on my server?

Posted: Sun Sep 15, 2019 12:02 am
by RP

Alas, even though the above works, the file size limit is under 118 KB or so. That's a bit a way too low for my needs. Thoughts?


With Appery.io can I directly upload a file from the phone app to my REST API on my server?

Posted: Mon Sep 16, 2019 5:23 pm
by Serhii Kulibaba

Do you send a base64 string to the Server Code in the POST body or in the list of POST parameters? You can send any file size in the body of the POST request