File Upload to Appery Database does not work on android
Hello!
Sorry for delay, working on it.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello!
Sorry for delay, working on it.
Hi Teneika,
Sorry for the delay, was checking. As you use FileReader you can use the code https://getsatisfaction.com/apperyio/...
Do I add this in addition to the code I already have?
Are you saying what I have is invalid?
I have tried what you said and i receive errors everywhere.. bad request.. does not give file contents, or file type.
Hi Teneika,
Instead of codereadAsText/code you should use codereadAsDataURL/code as it is shown here: http://stackoverflow.com/questions/17...
You should also remove all the functions with the same name in code.
Replace:prevar fileContent = $('[name=fileContent]');
fileContent.text(e.target.result);/preWith:preAppery("fileContent").text(e.target.result);/pre
[12:55:24.916] This data source not be supported in the method of upload multiple files @ http://appery.io/app/view/7d98fe7f-63...
This is the error I receieve
Where did you get this error? Can you send us screen shot?