Hello,
I have probleem with my HTML form..
It'is with <input type=" file " name="fileName" size="16" value="{fichier}" tabindex="1>
If i use type=text , my code is OK!!!
In the program i will see the HTML page , select a file , confirm. After:
see the text of this file in the textarea(OK)
see the file name in the " type="file" " but i have no text here!!
It's my HTML code =>modification_sql_choix_fichier.html
It's my PHP code=> visualisation_fichier.php
Can you help me please...
Yvo