Hi, when you choose a file you are given a blob URL that is only temporary. It doesn't relate to the file nor to it's path. When you close the browser, this URL becomes obsolete and you can't reload the file you chose before using this URL.
So, how can you "remember" the file you chose? Is there any way to store it (I know you can store text files as strings, but what happens if it is an image)?