RP
Posts: 0
Joined: Thu Aug 22, 2019 9:17 pm

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

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

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

Return to “Issues”