javascript - Get image data from DOM -


i making extension grabs image website , upload our server, here problem if trying upload 1000-2000 images targeted website gives 429 while making file object since have made 1000 request load images in dom & again reading make file object, there way grab image data loaded in dom without making 1 more request?

example: suppose trying grab images google, first show images in dialog box (generated extension) gives user choice select/unselect images want upload, on submit generate file object , send server.

so here making 3 requests, first making request load images on website itself, grab image url , load in dialog box @ last read make file object, there way in single request?


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -