menchelab / Analytics_Module

Flask-based server handling data requests from the UI Module (VRNetzer)
MIT License
2 stars 4 forks source link

uploading files from web interface #1

Closed celinesin closed 3 years ago

celinesin commented 4 years ago
  1. no error message when uploading file with inappropriate extension app.py: allowed_file(filename)

  2. check if "ALLOWED_EXTENSIONS" actually makes sense? it allows gifs, jpg, etc... i expected only txt or so? app.py:ALLOWED_EXTENSIONS

  3. no error message when uploading incorrect / wrongly formatted files (not sure where this should go... app.py?)