Sending jpeg image file to AWS S3 using http

Thanks for the reply, i will try to experiment with this approach
I have came across an example in demo folder for uploading file to S3 using https, and i ran that demo it is working fine.
With this demo i could able to upload a new file in S3, Is it possible to append the data to a existing file in S3?
If the above question is possible, then i will simply append the jpeg image blocks to the existing file in S3 and my problem will be solved