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="AlpineProduct_change"> <input type="hidden" name="id" value="<dtml-var id>"> File: <input type=file name="file"> <input type=submit value="Change"> the change methode!!! AlpineProduct_change: <dtml-call "manage_upload(REQUEST['id'])">
You shouldn't post messages in HTML to this list. you should probably use: <form action="AlpineProduct_change" enctype="multipart/form-data"> in your form Jerome ALET - alet@unice.fr - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE On Fri, 5 May 2000, Markus Hochreiter wrote:
<form action="AlpineProduct_change">
participants (2)
-
Jerome Alet -
Markus Hochreiter