In my HTML form I have input filed with type file for example :
Then I\'m selecting multiple files b
For background images, make sure to use url()
url()
node.backgroundImage = 'url(' + e.target.result + ')';