I have a first HTML page, where I do a drag and drop and put the file got with the drag and drop, on the firebase storage. When I finished the drag and drop and the sending of the files to the firebase storage, I have created a double array, where I put all the information that I need, so, the name of each files and their downdoable link aswell.
And I need to re-use this same array, on a second HTML page. How can I do it?
sessionStorage.setItem("array", yourArray);Retrieve:sessionStorage.getItem("array");link: w3schools.com/jsref/prop_win_sessionstorage.asp