pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

[enhancement] field modification : file() #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it would be really good to have some kind of file upload handling for fields:

for example 
Field('foo').file(store_after_sync='path')

Original issue reported on code.google.com by ergo14@gmail.com on 9 Feb 2009 at 9:19

GoogleCodeExporter commented 9 years ago
FA core supports binary objects stored in the database, and ext.pylons.fsblob
provides support for filesystem storage for pylons with some configuration 
required.

Original comment by jbel...@gmail.com on 9 Feb 2009 at 1:47