Hi All: PHP : I am trying to upload a file using php,and i need to pass a value like id or some thing with the from the upload form page to the file that have php code plz look at this code:
<form name = "file" enctype="multipart/form-data" action="uploadpp.php" method="POST">
Please choose a file: <input name="uploaded" type="file" /><br />
<input type=button name="Submit" value="Submit" />
</form>
can i send the value with the same post array?? thanks in advance.