If we have single file
input then we set it with
<input type='file' value='/bla/bla/bla.jpg'>
I have urls for example:
var images = ['http://bla.com/bla.jpg','http://bla.com/bla2.jpg']
How can we set multiple images from urls to file
input?
<input type='file' multiple>