madhurendra
Posts: 0
Joined: Wed Aug 13, 2014 5:28 am

How to upload file to parse using Restapi in appery?

Parameter names for test .

madhurendra
Posts: 0
Joined: Wed Aug 13, 2014 5:28 am

How to upload file to parse using Restapi in appery?

can you tell me request parameter name which i have to add.i have added three parameter REST API KEY AND APPLICATION KEY and upload_file(column name which i have created in parse class).

upload_file(value type :object )={ "name": "C:\Users\IdeaLabz\Desktop\madhurendra\javasript1.txt" ,"__type":"File"}

if i test using appery its upload file to parse class .but problem is that i upload file file on input field (type:file) and invoke post service on click of button it create a row in the parse class but value of{upload_file} column is undefined.

please tell me about mapping how to map file to reruest parameter.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to upload file to parse using Restapi in appery?

Madhurendra,

It is not all easy. Please look at this tutorial about uploading file in Appery.io DB: http://devcenter.appery.io/tutorials/...
There is a special function uploadMultipleFilesHelper, its logic is made specifically for Appery.io

madhurendra
Posts: 0
Joined: Wed Aug 13, 2014 5:28 am

How to upload file to parse using Restapi in appery?

Thanks but my requirement to upload it to parse.
i am getting a error upload service not defined so if you any solution please tell me.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to upload file to parse using Restapi in appery?

Madhurendra,

Could you please send us screenshot of the error?

madhurendra
Posts: 0
Joined: Wed Aug 13, 2014 5:28 am

How to upload file to parse using Restapi in appery?

when i upload a file then parse create a row but column(upload_file) is showing undefined.

madhurendra
Posts: 0
Joined: Wed Aug 13, 2014 5:28 am

How to upload file to parse using Restapi in appery?

i want to know the file format in which the data will be saved in the parse database. tell me the format

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to upload file to parse using Restapi in appery?

Madhurendra,

Unfortunately it looks like this issue is outside the scope of our support, you should contact parse.com support.

Return to “Issues”