Vaughn Iverson
Vaughn Iverson
Hi, file-collection only creates a single instance of resumable.js. If you want multiple independent drop zones, you need to create/configure your own resumable.js instance for each template. See: https://github.com/vsivsi/meteor-file-collection/issues/71
I would assume so. If you have questions or issues about resumable.js please be aware that it is an independent project. File-collection only includes it as a convenience. I didn't...
You can probably define the `resumable.on(...)` handlers in the template `onRendered()` callback. Just do it before you setup the resumable `assignDrop` (and/or `assignBrowse`) DOM target element.
So, for example here: https://github.com/vsivsi/meteor-file-sample-app/blob/master/sample.coffee#L26
I didn't realize that the metadata could change after rendering... in that case you are gong to need to find a way to make your up-to-date metadata available to the...
I just tested for the presence of `_isRemoteCollection()` on a vanilla FileCollection object and it is present as expected. I'm not sure why adding Collection2 into the mix would change...
What other kind of documents are you thinking of, MSWord `.doc` / `.docx` files? This is out of scope for supporting this package, but I bet there is a Javascript...
Hi, this project is what it is. I don't have time to rewrite it. If you look at older revisions you can find some HTML/blaze code instead of Jade. If...
Yes, it's an option just like `chunkSize`.
Your question is so terse it's difficult to know what you are asking. This package works fine with the latest Meteor. If you are new to file-collection, I suggest you...