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

praveen kumar nagle online_prav at yahoo.com
Wed Jul 20 02:19:16 EDT 2005


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 
 


More information about the Zope mailing list