Page 6 of 6

File Upload to Appery Database does not work on android

Posted: Wed Apr 02, 2014 3:50 pm
by Maryna Brodina

Hello!

Sorry for delay, working on it.


File Upload to Appery Database does not work on android

Posted: Thu Apr 03, 2014 2:29 pm
by Kateryna Grynko

Hi Teneika,

Sorry for the delay, was checking. As you use FileReader you can use the code https://getsatisfaction.com/apperyio/...


File Upload to Appery Database does not work on android

Posted: Fri Apr 04, 2014 3:14 am
by teneika

Do I add this in addition to the code I already have?


File Upload to Appery Database does not work on android

Posted: Fri Apr 04, 2014 3:14 am
by teneika

Are you saying what I have is invalid?


File Upload to Appery Database does not work on android

Posted: Fri Apr 04, 2014 3:19 am
by teneika

I have tried what you said and i receive errors everywhere.. bad request.. does not give file contents, or file type.


File Upload to Appery Database does not work on android

Posted: Fri Apr 04, 2014 12:42 pm
by Kateryna Grynko

Hi Teneika,

  1. Instead of codereadAsText/code you should use codereadAsDataURL/code as it is shown here: http://stackoverflow.com/questions/17...

  2. You should also remove all the functions with the same name in code.

  3. Replace:prevar fileContent = $('[name=fileContent]');
    fileContent.text(e.target.result);/preWith:preAppery("fileContent").text(e.target.result);/pre


File Upload to Appery Database does not work on android

Posted: Thu May 01, 2014 4:55 pm
by teneika

[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


File Upload to Appery Database does not work on android

Posted: Fri May 02, 2014 11:26 am
by Serhii Kulibaba

Where did you get this error? Can you send us screen shot?