[Zope] (no subject)

Markus Hochreiter Markus Hochreiter" <mh@pernau.at
Fri, 5 May 2000 12:13:39 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0013_01BFB68B.58E9F420
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hi,

when I'm using this form and change methode to update a file, there is =
no file inserted, when I click object-view, I see the id of the object =
on the screen and not the file I want to upload!

mex


the form:
<form action=3D"AlpineProduct_change">
<input type=3D"hidden" name=3D"id" value=3D"<dtml-var id>">
File:
<input type=3Dfile name=3D"file">
<input type=3Dsubmit value=3D"Change">

the change methode!!!
AlpineProduct_change:
<dtml-call "manage_upload(REQUEST['id'])">


------=_NextPart_000_0013_01BFB68B.58E9F420
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>when I'm using this form and change =
methode to=20
update a file,&nbsp;there is no file inserted,&nbsp;when&nbsp;I click=20
object-view, I see the id of the object on the screen and not the file=20
I&nbsp;want to upload!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>mex</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>the form:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&lt;form action=3D"<FONT face=3DArial=20
size=3D2>AlpineProduct_change</FONT>"&gt;<BR>&lt;input type=3D"hidden" =
name=3D"id"=20
value=3D"&lt;dtml-var id&gt;"&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>File:<BR>&lt;input type=3Dfile=20
name=3D"file"&gt;<BR>&lt;input type=3Dsubmit =
value=3D"Change"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>the change methode!!!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>AlpineProduct_change:<BR>&lt;dtml-call=20
"manage_upload(REQUEST['id'])"&gt;<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01BFB68B.58E9F420--