[Zope] Problem with ExtFile

Bruno Grampa bgrampa at hal.varese.it
Wed Mar 29 10:52:47 EST 2006


Hello,
i've a problem with ExtFile 1.4.4 installed in a Zope 2.8.6 (on RHES4).
The redirection, at the end of file creation doesn't work.
To test the problem you have to create these methods:
The first one is called 'form':
---
<dtml-var standard_html_header>

<form action="write" method="post" enctype="multipart/form-data" 
name="form1">
<p>
Insert
<p>
Id <input type="text" name="id"><br>
<b>File</b><input type="file" name="file" value="">
<br>

<input type="submit" value="Send">
</form>

<dtml-var standard_html_footer>
---

The second one is called 'write':
---
<dtml-comment>
<dtml-call 
manage_addProduct['ExtFile'].manage_addExtFile(id=REQUEST['id'],title='',descr='',file=REQUEST['file'],content_type='', 
permission_check=0)">
</dtml-comment>
<dtml-call 
"manage_addProduct['ExtFile'].manage_addExtImage(id=REQUEST['id'],title='',descr='',file=REQUEST['file'],content_type='',create_prev=1, 
maxx='100', maxy='100', ratio=1, permission_check=0)"> 

<dtml-var standard_html_header>

Ok, done.

<dtml-var standard_html_footer>
---

If i use manage_addExtImage i got the "Ok, done" message; if i use 
manage_addExtFile no, just a piece of page (junk?).

I can't understand why, can someone help me?

Thanks!
    Bruno




More information about the Zope mailing list