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.