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@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 )

Reply via email to