Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Uses single file upload #447

Closed matthewma7 closed 7 years ago

matthewma7 commented 7 years ago

This is reported as an issue. The solution right now is disabling multiple file upload.

aashish24 commented 7 years ago

@matthewma7 approved this PR. Are we planning to enable multiple file upload in the future?

matthewma7 commented 7 years ago

@aashish24 I do see the value of multiple updates. That might need some thinking on how to make it work. For now, this PR would make it works consistently. (before this PR, multiple uploads will result in only first file created as dataset, and other files become orphan files to Minerva).

aashish24 commented 7 years ago

@aashish24 I do see the value of multiple updates. That might need some thinking on how to make it work. For now, this PR would make it works consistently. (before this PR, multiple uploads will result in only first file created as dataset, and other files become orphan files to Minerva).

+1. Sounds good. Can we create an issue for the multiple file upload then?