vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

maxUploadSize: value? #122

Open serkansakalli opened 8 years ago

serkansakalli commented 8 years ago

i know this is a really stupid question but i can´t resolve this. Is this like chunkedSize: value? i tried with different types, So the question is what do i need to insert, if i want a size limit of 16MB?

vsivsi commented 8 years ago

Yes, it's an option just like chunkSize.

CoolestNerdIII commented 8 years ago

If I'm not mistaken, 16MB would be equivalent to 16*1024*1024 - 1024