I'm using this in my adp file to load an image:
------------------------------------------------------------
<blockquote>
<form enctype="multipart/form-data" method="POST" action="upload-2"> @export_vars@
<table border=0>
<tr>
<td valign=top align=right>Nombre: @nombre@ </td>
<input type="HIDDEN" text name="num_doc" value=@num_doc@>
<br>
<td> </td>
</tr>
<tr>
<td valign=top align=right>Nombre del Archivo: </td>
<td>
<input type=file name=upload_file size=20><br>
<font size=-1><b>Use el boton "Examinar..." para localizar el archivo, luego haga clic en "Cargar".</b></font>
<br>
</td>
</tr>
</table>
<center>
<input type=submit value="Cargar">
</center>
</blockquote>
------------------------------------------------------------
This html code load the image ( or picture), but it also display:
<input type="hidden" name="user_id" value="449" /> <input type="hidden" name="return_url" value="" />
I'm watching the html code. Please, if someone can help me.