Jump to content

File input box


Arsench

Recommended Posts

You can add the value="test.txt" parameter to your form field...

 

 <input type="text" name="test" id="test" value="test.txt" />

 

with a variable that sets the name it will belike this:

<input type="text" name="test" id="test" value="<?PHP echo $variable ?> ">

Link to comment
https://forums.phpfreaks.com/topic/149522-file-input-box/#findComment-785253
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.