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

2005-07-19 Thread praveen kumar nagle
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 )


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

2005-07-20 Thread Peter Bengtsson
Try the Plone mailing list. That's where they discuss archetypes a lot.

On 7/20/05, praveen kumar nagle <[EMAIL PROTECTED]> 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@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
___
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 )