Subaru-PFS / spt_target_uploader

A web application to validate and upload target lists with pointing simulations for PFS observation
https://pfs-etc.naoj.hawaii.edu/uploader/
MIT License
1 stars 0 forks source link

Changing file contents for the same filename is not handled properly #174

Open monodera opened 10 months ago

monodera commented 10 months ago

Describe the bug When uploading a file with the same filename after changing the contents, the file cannot be read properly. It seems that the issue is specific to WebKit-based browsers.

To Reproduce Steps to reproduce the behavior:

  1. Select a file, e.g., "example.csv"
  2. Click on the "Validate" button
  3. Modify the content of "example.csv"
  4. Select the "example.csv" file again
  5. Click on the "Validate" button

Expected behavior The modifications can be handled proeperly.

Computer Environment:

monodera commented 10 months ago

related #7

monodera commented 10 months ago

It seems a bug in the Bokeh widget. https://discourse.bokeh.org/t/read-same-file-again-fileipnut/8310/6

I'm not sure how to proceed.