Mongrel_upload_progress and attachment_fu

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

Jochen K. 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