.m2ts file is not getting added to uploader.queue on mac os on chrome browser #846
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi All,
am trying to upload .m2ts and .ts file to uploader.queue, it is happening on windows, BUT, it is NOT happening on mac os. when i try to upload, then, it is not added to the queue. Both scenarios, am testing on Chrome browser.
The following values that am using on 'allowedmimetype'
this.uploader.options.allowedMimeType = ["image/png", "image/jpg", "image/jpeg", "video/mpg", "video/mpeg", "video/avchd-stream", "video/vnd.dlna.mpeg-tts", "video/mp4"];
Please anyone help me on this.