Re: [web2py] Re: delete stored image

2013-07-23 Thread Nicolas Rodriguez
Thanks :P awesome thats really simple hahaha :D On Tue, Jul 23, 2013 at 5:06 PM, Niphlod wrote: > use Field('image', 'upload', autodelete=True) > > > On Tuesday, July 23, 2013 10:18:24 PM UTC+2, nicor...@gmail.com wrote: >> >> i am making a product app in web2py everything is working really wel

[web2py] Re: delete stored image

2013-07-23 Thread Niphlod
use Field('image', 'upload', autodelete=True) On Tuesday, July 23, 2013 10:18:24 PM UTC+2, nicor...@gmail.com wrote: > > i am making a product app in web2py everything is working really well > exept one thing. > > i upload the images like this: > > the_image = db.product_images.image.stor