Page 1 of 1

IMAGE UPLOADING HELP

Posted: Sun May 26, 2013 6:39 pm
by Shahrukh Badar5891231

This is my code,

<!--
<form enctype="multipart/form-data" method="post" action="https://post.imageshack.us/upload_api..."
name="fileinfo" id="fileinfo"
<input type="file" name="fileupload" id="fileupload"
<input type="hidden" name="public" value="no"
<input type="hidden" name="format" value="json"
<input type="hidden" name="key" value="*********************"
<input type="submit" name="submit" value="Upload"
</form
--
how i converted this Post request to appery service or ajax post request and here i use html fileupload but i want to use appery camera service instead of this,(please also tell me mapping detail between this html file control and camera control if any).

please appery team give me any solution or example that help me in uploading image file.

Thanks.


IMAGE UPLOADING HELP

Posted: Sun May 26, 2013 8:31 pm
by Illya Stepanov

Hello - can you describe exactly what you are trying to get as a result in your app?


IMAGE UPLOADING HELP

Posted: Sun May 26, 2013 9:52 pm
by Illya Stepanov

Also please note, that in order to use a service defined in Appery.io, Imageshack has to offer REST API to upload a file.


IMAGE UPLOADING HELP

Posted: Tue May 28, 2013 5:46 am
by Kateryna Grynko

Hi Shahrukh,

Is the problem solved?