10 Aug
2006
10 Aug
'06
1:15 p.m.
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