changing the value of a browse file
Posted: Mon Oct 11, 2004 10:00 am
i have this code :
this code is for ploading a file!
how can i change the name on the browse file to a name that i want?
thnaks in advance
peleg
Code: Select all
<?php
<form name="upload" id="upload" ENCTYPE="multipart/form-data" method="post" class='big_text'>
קובץ לטעינה <input type="file" id="userfile" name="userfile">
<input type="submit" name="upload" value="טען">
</form>
?>how can i change the name on the browse file to a name that i want?
thnaks in advance
peleg