scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

Cannot upload files with spaces in the file name #182

Closed Wenuka19 closed 1 year ago

Wenuka19 commented 1 year ago

Describe the bug When trying to upload a data file with a space in the file name FileNotFoundError: [Errno 2] No such file or directory: error is shown in the tensormap-server

To Reproduce

  1. Go to Data Upload tab
  2. Select a file with spaces in the filename, select file type and upload a file
  3. Click on Upload File
  4. Error appears on the backend.

Expected behavior A pop-up should be shown to the user indicating the success or failure of the file upload

Screenshots Picture1