Re: [web2py] Deleting uploaded files

2011-07-26 Thread Richard Vézina
It's maybe related somehow with this issue : https://groups.google.com/forum/#!topic/web2py/-tFA1G5wbsI It seems to me that 1.97.1 had break something about upload type... Richard On Tue, Jul 26, 2011 at 6:23 AM, Johann Spies wrote: > I have the following model: > > > db.define_table("files", >

[web2py] Deleting uploaded files

2011-07-26 Thread Johann Spies
I have the following model: db.define_table("files", Field("title", "string"), Field("description", "text"), Field("file","upload", autodelete = True), # something to be uploaded signature) db.files.id.represent = \