Questions tagged [image-upload]

Use this tag for questions regarding uploading image to an online storage service such as Cloud Firestone, Amazon AWS

There are many online services and APIs that allow an app or software to upload and store images online. Some of them are: Cloud Firestore, Amazon AWS, Google photos, etc.

727 questions
8
votes
3 answers

Image upload CURL command to PHP Curl

I am pretty new to PHP CURL and was trying to call an API to do image upload (multiple files at a time). API documentation has given the below example in CURL. I have tested and it is working. curl -H "Authorization: Bearer 123456789" -i -X POST -F…
user1263019
  • 221
  • 5
  • 14
7
votes
1 answer

How to use fineuploader

I am looking to integrate fineuploader into my JQuery Mobile app. As a starting point I am trying to use the default template provided on fineuploader.com to familiarise myself. I downloaded the latest copy of fineuploader from github. I've given…
kurrodu
  • 2,108
  • 4
  • 32
  • 49
7
votes
3 answers

Multiple image upload and preview

I am learning how to upload multiple images and showing their preview... I came across the following code