flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

flowTotalSize is 0 when uploading folder with longer path #378

Open arifmahammad opened 2 years ago

arifmahammad commented 2 years ago

Steps to produce

  1. Create folder inside folder and make long path . (absolute path with a total number of more than 256 characters)
  2. Put valid files inside folder
  3. Upload via flow js using folder upload
  4. Observe request headers , flowCurrentChunkSize ,flowTotalSize , both will be set as 0.