silx-kit / h5web

React components for data visualization and exploration

Home Page:https://h5web.panosc.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open a new hdf5 file directly instead of saving

dockeratso opened this issue · comments

Is your feature request related to a problem?

Open the page https://h5web.panosc.eu/h5wasm
in the a browser tab. Drop a hdf5 file to open it. Then drop another file into the same browser tab. At the moment the file is being download instead of shown.

Requested solution or feature

The requested feature is to open the second file (when dropped) and show the content of that file instead of the first file, Otherwise I need to reload the clean viewer and drop the file on that one.

Hi @dockeratso! The h5wasm demo is purposely limited in terms of features, as it is only meant to demonstrate and test H5Web's H5WasmProvider. We recommend you use myHDF5 instead, which includes the feature you request. 😉