I am writing a Chrome extension that will take a file full of photos and automatically upload them to an eBay listing. I'm pretty much a newbie at Javascript/Chrome Extensions.
My idea is to have an
<input id="fileUpload" type="file" />
which will handle the photos and then communicate with eBay's photo upload section, which looks like this:
Here is the code of the HTML element of the first box which has the "add photos" button:
<input class="upl-fileInp" type="file" name="d" value="" aria-label="Add photos" multiple="" tabindex="0" id="upl-21583221343545">
I'm not sure exactly how to approach this. Any help would be appreciated!
Here is a photo of the GUI for the Chrome Extension: Chrome Extension GUI