I want to get the name of the file which is to be loaded, in order to write it in a textarea. but I don't know how to do.
Maybe with some javascript ?
input type=file
Moderator: General Moderators
If you want to set the default text in the text box,
Code: Select all
<TEXTAREA>
STUFF YOU WANT HERE!
</TEXTAREA>