Vaughn Iverson

Results 412 comments of Vaughn Iverson

Sure, I just did that. `mongo32_test` is now merged into the `dev` branch, which is currently two commits beyond the 1.3.3 release.

If I understand, it seems that you have a mismatch in the type of the file you are storing in gridFS. The base64 data URI works in the source tag...

Right, if you want to be able to efficiently store the video and seek using the player without downloading the whole thing, then the video needs to be stored in...

I see. There are 3 alternatives that I can think of: 1. Fork that package so it returns an HTML 5 file (composed of binary blobs) instead of a base64...

You can always repay me in documentation PRs!

I **really** don't recommend sending file data as a parameter to a Meteor method call. That means that the underlying DDP protocol will be carrying the data, and it is...

The problems you are seeing result from the fact that you aren't using the `_id` value generated by resumable when the file is added. That is how resumable knows which...

Hi, I don't really know how you are building your client UI (blaze?) but the solution is to not add the video player element to the DOM until the upload...

You're mixing up projects. This is file-collection, You seem to be trying to use CollectionFS. Two completely different incompatible packages.

Sure, See the photo gallery sample app: https://github.com/vsivsi/meteor-file-job-sample-app