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

Pointers for use with autoform? #83

Open serkandurusoy opened 8 years ago

serkandurusoy commented 8 years ago

I'm basically shopping for something that works like https://github.com/yogiben/meteor-autoform-file allowing arbitrary "file" fields on other collections and creating a file input component whose input get inserted into a predefined file collection.

There's none on atmosphere, I'm looking for a very basic solution, but since CollectionFS not being maintained, I think there's potential (22k installs, 1/3 of all collectionfs installs!) for this. So if anyone has started working on one, even privately, I may add in my effort to perhaps make it an officially published package on atmosphere.

AdamSutch commented 8 years ago

I might have something to start from. It's designed as a video uploader for autoform. I built it 10 months ago and haven't touched it in 2 months, so I'll need to take a look at how up to date it is. If no one posts anything better by the time I get home tonight, I'll make a repo and link it here. It will need some work to make it generic as I was under a tight deadline (like always) when I was building it.

serkandurusoy commented 8 years ago

Great, I'll take a look and see what we can do to make it more general/abstract

AdamSutch commented 8 years ago

Apologies for the delay but here is the repo https://github.com/AdamSutch/autoform-file-collection The code was embedded in a private project I've been working on so it will not function out of the box, but it's a start. I also haven't created a meteor package before so that will need to be setup as well. I'll probably work on setting that up on the weekend, feel free to point me at resources.

0o-de-lally commented 8 years ago

@AdamSutch Can you post some instructions on how to use that link? Are there any plans to make it a atmosphere package? Thanks!

serkandurusoy commented 8 years ago

I still have that comment above as an email in my inbox, marked unread and starred, meaning I will get around to taking that code, tweaking it into a package, but I have not yet done that... because life... :(

0o-de-lally commented 8 years ago

@serkandurusoy Hi Serkan, I seem to be seeing a lot of you these days :) Thanks for taking a look at it. I'll be happy to contribute when you have a draft. :)

Neobii commented 8 years ago

Hey, I also plan on working on this and basing it off of yogiben:autoform-file, where we at with this?

serkandurusoy commented 8 years ago

I totally dropped the ball on this one. Meant to begin working on this but other client priorities interfered :(

vsivsi commented 8 years ago

Hi everyone, I don't personally use autoform, so I can't really contribute directly to this, but if anyone needs help understanding any aspect of file-collection to make the integration work well, I'm happy to assist.

0o-de-lally commented 8 years ago

@vsivsi off topic, what are you using for forms?

vsivsi commented 8 years ago

I don't use much in the way of forms. I do mostly scientific visualization work, etc.

Neobii commented 8 years ago

Anybody make any progress on this?

thebarty commented 7 years ago

Hey guys, looks like we have NO progress on this, right?

Did anyone get this working?