normally:

Field('name','upload'),...

to upload to db

Field('name','upload',uploadfield="myblob"),Field('myblob','blob',default=''),...

or just

Field('name','upload',uploadfield="myblob"),...

as this is implicit: Field('myblob','blob',default='')


On Aug 15, 8:10 pm, Mothmonsterman <p.e.fletc...@gmail.com> wrote:
> Hello,
>
> I read the docs and searched the posts to see if there was an easy way
> to migrate file system uploads to database. I could not find
> anything.. Please excuse me if I missed something obvious, but does
> anyone know of a way to accomplish this in a batch process? Thanks.
>
> Patrick

Reply via email to