Jonathan, what browser are you using? I have run into problems trying to use a context object with Internet Explorer 5.0, and I vaguely recall being unable to do a context.manage_addProduct from that browser. I didn't have time to explore, just used PARENTS[0] instead of context. -- Wade Leftwich Ithaca, NY On Saturday 23 February 2002 18:39, Dieter Maurer wrote:
Date: Sat, 23 Feb 2002 13:38:20 +0100 From: Dieter Maurer <dieter@handshake.de> Subject: Re: File Upload via python
Jonathan Bryant writes: > I've been playing around with Zope for several days and really like it. I'm > amazed at how simple so many things that take alot of effort in php, asp > etc. are amazingly simple in Zope. One of those things is file upload,... > .... > What I'd like to do is easily grab the filename: > > context.manage_addProduct['OFSP'].manage_addFile(item.filename, item_title, > item) This should work as you write it here.
Wade Leftwich writes:
I have run into problems trying to use a context object with Internet Explorer 5.0, and I vaguely recall being unable to do a context.manage_addProduct from that browser. I didn't have time to explore, just used PARENTS[0] instead of context. It would be really astonishing when "context" were dependent on the used browser...
There must be another explanation. Dieter
Hi, Dieter Maurer wrote:
Wade Leftwich writes:
I have run into problems trying to use a context object with Internet Explorer 5.0, and I vaguely recall being unable to do a context.manage_addProduct from that browser. I didn't have time to explore, just used PARENTS[0] instead of context. It would be really astonishing when "context" were dependent on the used browser...
There must be another explanation.
This could be an explanation, e. G. Opera used to make aggressive use of some http features, which made it fail on some webservers (although the webservers claimed to support that features). Now as they act less aggressively (but still more aggressive than the competitors), it works. Source: opera.linux newsgroup, some months ago. Markus -- "GPL software is not free - the cost is cooperation"
participants (3)
-
Dieter Maurer -
Markus Schaber -
Wade Leftwich