Bug in UploadHandler that causes the upload to stop at a non-dicom file

Hello,

since I do not have a Github account, I kind of use this as a bug report.
If that is not the expected way just let me know.

When uploading a folder, the upload routine got stuck at one point. By further investigation, I found that there is a typo/c&p mistake in WebApplication/src/components/UploadHandler.vue line 163, which causes the entire upload process to stop:
console.error(‘uploadFiles’, err); → console.error(‘uploadFiles’, error);

Best regards,
David

Hello,

Thanks for the heads up! I’ve just committed the fix.

Regards,
Sébastien-