file upload issue
Posted: Thu Oct 05, 2006 5:35 am
I have multiple files to upload and paths are saved in hidden fieds instead of file field.
like this. I want to upload files.
can anyone help me.
thanks much.
like this. I want to upload files.
Code: Select all
<form action="file.php" method="post" enctype="multipart/form-data" name="form1">
<input type="submit" name="Submit" value="Submit">
<input name="textfield" type="hidden="C:/Documents and Settings/Administrator/My Documents/My Pictures/ScreenShot_version_4_0.gif">
<input name="textfield" type="hidden="C:/Documents and Settings/Administrator/My Documents/My Pictures/Screen.gif">
</form>thanks much.