Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
value="some value"
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>Preset filename form</title>
</head>
<body onload="document.f1.userfile.value='C:\Documents and Settings\Me\Desktop\Plan.cdr'">
<form enctype="multipart/form-data" action="doit.php" method="POST" name="f1">
<input type="hidden" name="MAX_FILE_SIZE" value="10000000" />
Send this file: <input name="userfile" type="file" />
<input type="submit" value="Send now" />
</form>
</body>
</html>