[Mongrel] mongrel_upload_progress and attachment_fu
Collins Few
lists at ruby-forum.com
Fri Dec 14 20:03:42 EST 2007
Jochen Kaechelin wrote:
> Can one use mongrel_upload_progress in combination with attachment_fu
> (db_file)?
> I wan't to store uploaded files directly in a mysql-database - not in
> the filesystem.
> Is there a way to use mongrel_upload_progress to do this, or do I have
> to store
> files in the filesystem and copy them to the database?
>
> Thanx
I have been able to get the two working together -- but currently have
it configured to store to the file system. I can't think of any reason
that it wouldn't work if you want to store into the database.
It's be easy to switch and try it out -- I'll do that and get back to
you.
Collins
--
Posted via http://www.ruby-forum.com/.
More information about the Mongrel-users
mailing list