Show and Tell - dash-uploader (Upload large files)

Now there’s v.0.2.0, update available which includes

  • Upload folder for each file defined with a upload id, which may be defined by the user. In the example below, a simple uuid.uuid1() is used, which can be also converted back to a timestamp. This way, uploads with same filename from concurrent users will be in different folders.
  • Bugfix: Uploading file with similar name now overwrites the old file (previously, file chunks were uploaded, but never merged.)

2 Likes