Re: [Zope] Uploading to LocalFS object
6 Apr
2001
6 Apr
'01
8:18 p.m.
paul_s_johnson@urscorp.com writes:
<dtml-call "REQUEST.set('file',file)"> This is redundant, but should not be harmful. <dtml-with "LocalFS_objekt_id"> <dtml-call "manage_upload(file, id='',action='manage_workspace')"> </dtml-with> ... Produces the following error... ============================ Error Type: AttributeError Error Value: filename =========================== Strange.
Maybe, you fetch an unexpected "file" from somewhere that does not have a "filename" attribute. Replace "file" by "REQUEST.form['file']" in the "manage_upload". If it does not help, we need (at least) the last part of the traceback. Dieter
9132
Age (days ago)
9132
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer