Buzut / huge-uploader

JavaScript module to handle huge file uploads by chunking them in the browser. Resumable, fault tolerent, offline aware, mobile ready.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to process blobs when using Apple Quicktime screen recorded videos

ed9 opened this issue · comments

Hi,

On an apple device

  1. open QuickTime Payer app
  2. then click File -> Screen recording
  3. record your screen for a few seconds, then export with default settings

You should now have a .avi or a .mov file.

When choosing this file for upload, the HugeUploader fails to process the first chunk and immediately enters a retry phase. This repeats until retries are exhausted.

I believe the problem is with the filename not the actual file itself, as I was able to upload it after renaming it to something else.

Please fix.