10 Aug
2006
10 Aug
'06
1:17 p.m.
Stefan H. Holek wrote:
On 10. Aug 2006, at 13:52, Eric Fernandez wrote:
def PUT_factory( self, name, typ, body ):
ob = None
if typ.startswith('text'): ob = File(name, '', body, content_type=typ) return ob
However, I cannot upload jpg files anymore... What am I doing wrong there?
Stefan
-- Anything that, in happening, causes something else to happen, causes something else to happen. --Douglas Adams
So I guess http://www.plope.com/Books/2_7Edition/ExternalTools.stx#2-18 needs to be corrected? Eric