silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
167 stars 17 forks source link

Open a new hdf5 file directly instead of saving #1558

Closed dockeratso closed 5 months ago

dockeratso commented 5 months ago

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.

axelboc commented 5 months ago

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. :wink: