Search found 60 matches

Go to advanced search

by Zhong Liu
Sun Jun 22, 2014 7:04 am
Forum: Issues
Topic: call external rest service in javascript(not in server code)
Replies: 9
Views: 1346
 
Jump to post

call external rest service in javascript(not in server code)

Hi Alena,
If my 3rd party service need a multipart-form data, how to define the rest service in appery.io, do you have an example to me to follow, thank you.

by Zhong Liu
Sun Jun 22, 2014 6:10 am
Forum: Issues
Topic: call external rest service in javascript(not in server code)
Replies: 9
Views: 1346
 
Jump to post

call external rest service in javascript(not in server code)

Hello, Can I call third party rest service in my javascript? I tried to wrote a piece of code like this: Appery.testCallRest = Appery.createClass(null, { init: function(requestOptions) { this.__requestOptions = $.extend({}, requestOptions); }, process: function(settings) { if (this.__requestOptions....
by Zhong Liu
Sat Jun 21, 2014 12:41 pm
Forum: Issues
Topic: how to define a rest service that post multipart data
Replies: 3
Views: 607
 
Jump to post

how to define a rest service that post multipart data

Hello, I need access to a third party web service which accepting multipart form data, how do I define this service using create rest service. in setting tab, what option should I choose for "data type" and "content type"? If the url is for upload a file, what parameters should I...
by Zhong Liu
Thu Jun 19, 2014 4:18 am
Forum: Issues
Topic: How to init a background thread when app is loaded
Replies: 4
Views: 826
 
Jump to post

How to init a background thread when app is loaded

and, how to avoid re-create the thread, can I query whether the thread is exist before create the thread?

by Zhong Liu
Thu Jun 19, 2014 3:58 am
Forum: Issues
Topic: How to init a background thread when app is loaded
Replies: 4
Views: 826
 
Jump to post

How to init a background thread when app is loaded

Thank you, Yurii.

by Zhong Liu
Thu Jun 19, 2014 2:16 am
Forum: Issues
Topic: How to init a background thread when app is loaded
Replies: 4
Views: 826
 
Jump to post

How to init a background thread when app is loaded

Hello,
I need load a background thread, to scan files to be uploaded to backend. could someone give me some advises on this, thank you.

by Zhong Liu
Wed Jun 18, 2014 9:47 am
Forum: Issues
Topic: how to submit data in SQLite to online database
Replies: 6
Views: 1111
 
Jump to post

how to submit data in SQLite to online database

I will try it, thank you, Evgene.

by Zhong Liu
Wed Jun 18, 2014 7:45 am
Forum: Issues
Topic: need sample server code to upload file to third party storage cloud
Replies: 1
Views: 393
 
Jump to post

need sample server code to upload file to third party storage cloud

Hello,
If I need upload a file to third party storage cloud, do I need write a piece of server code and create a service upon it? if so, could someone here provide me a sample of the server code, thank you.

by Zhong Liu
Wed Jun 18, 2014 7:39 am
Forum: Issues
Topic: how to submit data in SQLite to online database
Replies: 6
Views: 1111
 
Jump to post

how to submit data in SQLite to online database

Hello, In my app, users may use it to capture photo even when there is no network connection, the data is stored in local SQLite, I need write a backend process on mobile device to search those data to be submitted, and submitted them when the network connection is available. Could someone give me a...
by Zhong Liu
Tue Jun 17, 2014 3:27 am
Forum: Issues
Topic: Camera to Database.
Replies: 88
Views: 10157
 
Jump to post

Camera to Database.

If I want upload the image to third party cloud storage(e.g. amazon s3), how to define the service? usually I will post a multipart entity.

Go to advanced search