On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <
mdip...@cs.depaul.edu> wrote:
>
> If you have SQLField('doc','upload') than doc goes in the uploads
> folder and the name (renamed) in the field.
>
> If you have SQLField('doc','upload',uploadfield='doc_data') and
> SQLField('doc_data','blob',default='') then the uploaded file goes in
> the database.
Massimo, thx. I'll try one of those.