Closed joeflack4 closed 6 years ago
When the user uploads the same file 2 times, there is an error, but it does not show the error in the browser.
A notification message (red bar) should display in the browser with error message.
The code: https://github.com/PMA-2020/pma-api/blob/API_PORTAL_V1/pma_api/__init__.py#L176
Thanks!
Current behavior
When the user uploads the same file 2 times, there is an error, but it does not show the error in the browser.
Expected behavior
A notification message (red bar) should display in the browser with error message.
Additional information
The code: https://github.com/PMA-2020/pma-api/blob/API_PORTAL_V1/pma_api/__init__.py#L176