jumbatm / cloud-path-tracer

A toy online path tracing service.
GNU General Public License v3.0
0 stars 1 forks source link

Added upload error handling. #49

Closed peter2380123 closed 4 years ago

peter2380123 commented 4 years ago

User will only be able to click the upload button when a file select event is detected.

Notes: Google Chrome will get rid of current selected file when user cancels the second file select. Seems to be a bug. Workaround is possible -- but perhaps in the future. Firefox works fine.

Closes issue #43