Assume I have a table with so many columns and one of those is an upload 
field.
Field('image', 'upload')

Then, I build a Form using FORM that has an item called INPUT(_name='image', 
_id='image', _type='file')

Now, tell me how on earth I can correctly upload  file into DB in 
form.onaccepts()

I'm trying many thing, but in vein. :-( 
Please, show me some light 

Reply via email to