dash-uploader icon indicating copy to clipboard operation
dash-uploader copied to clipboard

small file upload: division by zero..

Open afkrause opened this issue 1 year ago • 1 comments

pre-release version of dash-uploader 0.7.0, trying to upload a small jpeg image:

File "dash_uploader/callbacks.py", line 39, in wrapper status = UploadStatus( File "dash_uploader/uploadstatus.py", line 67, in init self.progress = uploaded_size_mb / total_size_mb

ZeroDivisionError: division by zero

afkrause avatar Sep 19 '22 12:09 afkrause

Thanks for filing the issue @afkrause ! This should be a really easy fix.

fohrloop avatar Oct 05 '22 06:10 fohrloop