[Zope] How to get the download window option for file widget field?

Peter Bengtsson peterbe at gmail.com
Wed Jul 20 10:21:07 EDT 2005


Try the Plone mailing list. That's where they discuss archetypes a lot.

On 7/20/05, praveen kumar nagle <online_prav at yahoo.com> wrote:
> Dear All,
> 
> I have created one ARCHETYPE having few fields for
> FileWidget, to
> upload the file.
> 
> Problem::In the base view page i want to get the
> download window
> option(same like when u try to download a file) while
> clicking on link
> to download those file contents
> 
> *****Code which I have given in archetype for
> FILE******
> FileField('reserveform',
>               searchable=1,
>               required=0,
>               schemata='DetailedInfo3',
>               widget=FileWidget(label='Reservation
> Form'))
> 
> FileField('enquiry',
>               searchable=1,
>               required=0,
>               schemata='DetailedInfo5',
>               widget=FileWidget(label='Enquiry Form'))
> 
> ************************
> 
> 
> 
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
> 
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 


-- 
Peter Bengtsson, 
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com


More information about the Zope mailing list