SCCapstone / Delta

A file transfer system for researchers to upload and share data sets with other researchers.
0 stars 0 forks source link

Fix file upload allowing multiple of same file name #316

Closed lxaw closed 1 year ago

lxaw commented 1 year ago

When we upload file should actually check if file name is unique with regards to user. It may be the case that we should instead of patching from upload just push the data into the upload function.

lxaw commented 1 year ago

333