Upload Image File From Camera
I've got my app setup so that it will take a picture and post the base64 string back to my appery database. This all works properly. What I need to know is whether or not I can upload an image directly to the Appery files database and whether or not that file database API will work natively on Android and iOS. I've read this tutorial: http://devcenter.appery.io/tutorials/... and I was wondering if it's possible to post the fileURI directly from the camera back to the files database.