If you are using SQLFORM.grid, try SQLFORM.grid(..., upload=None). If you 
are using Crud, try crud.settings.download_url=None. If it's a standard 
SQLFORM, by default there should be no "[file]" link for download.

Anthony

On Saturday, June 23, 2012 8:13:11 PM UTC-4, Matt wrote:
>
> Hi there,
>
> The UploadWidget is great. However it does come with a few minor 
> peculiarities.
>
> I'm aware you can do the standard db.table.image.required = IS_IMAGE() to 
> disable the delete button.
>
> However I'm wanting _not_ to display the ugly:
>
>   [file]
>
> link..(Altering the DOM seems overkill.)
>
> Is there any way that this could be changed so that we can "choose" to 
> have this displayed or not?
>
> Thanks in advance.
> Matt
>

-- 



Reply via email to