file upload and passing a paramater
Posted: Mon Oct 12, 2009 6:20 pm
i have used this example
PHP - File Upload to upload a file.
in the upload form i added a hidden object, and gave it a value for example :
<input type="hidden" name="id1" value="5">
how can i read this value on the server side?
Thanks
Peleg
PHP - File Upload to upload a file.
in the upload form i added a hidden object, and gave it a value for example :
<input type="hidden" name="id1" value="5">
how can i read this value on the server side?
Thanks
Peleg