Re: [Zope] path of a fileupload instance

2012-11-13 Thread Kees de Brabander
I was using IE and filename is just the file name, no directory information. So I will have to take another approach. Does a FileUpload instance have any other attributes than filename and header? On Nov 13, 2012, at 6:11 PM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1

Re: [Zope] path of a fileupload instance

2012-11-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is subject to browser. All browser - except IE (afaik) - only submit the filename without directory information. - -aj Kees de Brabander wrote: > Correct, but the filename attribute contains just the filename, not > the path of the directory whe

Re: [Zope] path of a fileupload instance

2012-11-13 Thread Kees de Brabander
Correct, but the filename attribute contains just the filename, not the path of the directory where it was uploaded from… cb On Nov 13, 2012, at 11:04 AM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > REQUEST.yourfile.filename. > The FileUpload instance has a 'filenam

Re: [Zope] Zope and security vulnerability: 20121106

2012-11-13 Thread johannes raggam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it was overseen. quoting David Glick on [Zope-CMF] from 9-11-2012: """ We should have informed you earlier. There are a lot of tasks associated with preparing a hotfix (and this one in particular covered many vulnerabilities), and it got missed. I ap

Re: [Zope] path of a fileupload instance

2012-11-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 REQUEST.yourfile.filename. The FileUpload instance has a 'filename' attributes. - -aj Kees de Brabander wrote: > Hiya > > I have a form with a field for a FileUpload object, which works ok. > However, in my application I want to capture the path of

Re: [Zope] Zope and security vulnerability: 20121106

2012-11-13 Thread Jens Vagelpohl
On Nov 13, 2012, at 10:16 , Jürgen Herrmann wrote: > I successfully applied these hotfixes to Zope 2.13 versions > without any problems. What puzzles me though is why was there > no announcement for theses fixes here on zope ml? Or are these > fixes not critical for pure Zope2 users? Or are these

Re: [Zope] Zope and security vulnerability: 20121106

2012-11-13 Thread Jürgen Herrmann
Am 13.11.2012 10:05, schrieb johannes raggam: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 from the security announcement page: https://plone.org/products/plone/security/advisories/20121106-announcement "This patch is compatible with all supported Plone versions (i.e. Plone 3 and Plone 4), it

Re: [Zope] Zope and security vulnerability: 20121106

2012-11-13 Thread johannes raggam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 from the security announcement page: https://plone.org/products/plone/security/advisories/20121106-announcement "This patch is compatible with all supported Plone versions (i.e. Plone 3 and Plone 4), it may work on earlier versions of Plone, but as th

[Zope] path of a fileupload instance

2012-11-13 Thread Kees de Brabander
Hiya I have a form with a field for a FileUpload object, which works ok. However, in my application I want to capture the path of that file, because I want to open still other files that I know by name from that very same directory. Any idea how to do that? The REQUEST simple contains the FileUp