Search found 22 matches

Go to advanced search

by RP
Fri Sep 13, 2019 6:08 am
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14514
 
Jump to post

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

I ended up not using API Express. I built an upload service to send the file to a listener that will be build into an API eventually. The issue I have is the contents that gets sent over to the listener (uses $input = @file_get_contents("php://input"); ) works with text files but cannot su...
by RP
Thu Sep 12, 2019 10:29 pm
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14514
 
Jump to post

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

It appears API Express does not have an option for for form-data type for the request body. Am I missing something to make that type available?

See a screenshot below.
Image

by RP
Thu Sep 12, 2019 9:03 pm
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14514
 
Jump to post

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

This video seems to be helpful: https://www.youtube.com/watch?v=awL57...

I'm looking into using Appery.io API Express feature.

by RP
Thu Sep 12, 2019 2:33 pm
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14514
 
Jump to post

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

The project is using Ionic and the API is under my control, and currently it accepts POST request of application/form-data content type. Files accepted are binary. The POST details are as follows: There are 2 header key/values: X-API-Token and Content-Type The Body is form-data type with 3 key value...
by RP
Thu Sep 12, 2019 12:42 am
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14514
 
Jump to post

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

Hello, I have seen this tutorial: https://devcenter2.appery.io/document... However, it involves a database which I am not interested in using. I have my own database and fileserver with existing files. I like for the user to upload a file using the phone app built using Appery.io and have that file ...
by RP
Tue Sep 10, 2019 11:38 pm
Forum: Issues
Topic: How can I increase the timeout for severcode response in appery.io?
Replies: 1
Views: 991
 
Jump to post

How can I increase the timeout for severcode response in appery.io?

How can I increase the timeout for severcode response in appery.io. I currently get this error: SCSE018. The server code is very simple and makes a call to a RestAPI, however, the response server takes 7 to 10 seconds to respond back. I need for appery.io to wait for at least 30 seconds before givin...
by RP
Tue Aug 27, 2019 8:39 pm
Forum: Issues
Topic: IPhone App works on Appery.io Tester when reading contacts, but cannot read contacts when deployed through TestFlight
Replies: 3
Views: 1937
 
Jump to post

IPhone App works on Appery.io Tester when reading contacts, but cannot read contacts when deployed through TestFlight

All, I figured this out and thought I respond to my own question so the community can benefit in the future. A couple things to note: If you modify any source files like the config.xml, the appery.io visual editor like in this case the App settings section will no longer "work" or be valid...
by RP
Mon Aug 26, 2019 11:58 pm
Forum: Issues
Topic: Unexpected App Builder Maintenance
Replies: 7
Views: 2567
 
Jump to post

Unexpected App Builder Maintenance

Hello, any updates on this, perhaps an estimate on when the platform will come back up?

by RP
Mon Aug 26, 2019 9:33 pm
Forum: Issues
Topic: IPhone App works on Appery.io Tester when reading contacts, but cannot read contacts when deployed through TestFlight
Replies: 3
Views: 1937
 
Jump to post

IPhone App works on Appery.io Tester when reading contacts, but cannot read contacts when deployed through TestFlight

Hello, I've been using Appery.io to build a simple contact reader. I've followed the tutorial and have the latest libraries for the app development. The app is simple, it reads the phone's contacts and displays them in a list. The app works in Appery.io on IOS/IPhone, however, when I publish the app...
by RP
Fri Aug 23, 2019 8:51 pm
Forum: Issues
Topic: Contacts Tutorial Sample App Works using Appery Test App but not as Binary Export Installed on Phone
Replies: 4
Views: 1308
 
Jump to post

Contacts Tutorial Sample App Works using Appery Test App but not as Binary Export Installed on Phone

I created a new project from scratch following the tutorial and got the new libraries so the sample app is working now. However, I would like to know how to update the libraries of the older app. Any documentation on how do to that in appery.io? Do I remove the service and re-import a current versio...

Go to advanced search