kitchen-site icon indicating copy to clipboard operation
kitchen-site copied to clipboard

Large uploads fails

Open kjetilge opened this issue 9 years ago • 1 comments

Large file uploads is not working correctly. I've tried to change the max upload to unlimited (null) and then it sort of works (233 mb was tested). With csf debug installed I can see the chunks getting uploaded, and indeed the file gets uploaded but the progress-bar fails (It looks like it uploads everything i a second).

In the console I can also see this: The provided value 'undefined' is not a valid enum value of type XMLHttpRequestResponseType.

I've looked around for answers and at the bottom of the page linked to below a solution is proposed, but this is rather old (May 25, 2015 )

https://github.com/CollectionFS/Meteor-CollectionFS/issues/688

Any thoughts of how to get around this ?

kjetilge avatar Feb 26 '16 13:02 kjetilge

Hum... it's bug with CollectionFS, but used in "kitchen" as built-in upload functionality and it would be cool if someone solves the thing.

As I can see from issue thread it's already solved in some PR - someone should fork the project, merge that PR and create new package.

I'm busy with other things, maybe I can do it but that's not a promise.

Let me know if someone got a solution.

perak avatar Feb 26 '16 19:02 perak