you are trying to update a record that contains an uploaded files. You can make the upload field writable=False so that you cannot delete it.
On Nov 20, 4:15 am, annet <[email protected]> wrote: > When I use crud.update(), and the table contains a field of type > upload, the upload form displays a download link and chechbox with a > delete label in the third column. How do I disable this feature. > > Kind regards, > > Annet. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

