Sunday, 24 November 2019

Upload multiple photos from Google Photos

The goal is to be able to select multiple photos from Google Photos on an Android device and upload them using a regular html file input control.

I am able to select multiple photos but only one is uploaded...

Using the Gallery I am able upload multiple photos. Any idea why?

Here is a tester: https://codepen.io/anon/pen/BwrGLm

<input id="fileInput" type="file" multiple>

When multiple files are selected the number of selected files appears in front of the file input.

Thanks in advance.



from Upload multiple photos from Google Photos

No comments:

Post a Comment