source: trunk/Packages/synapse/source/demo/http/web/postfile.htm

Last change on this file was 4, checked in by chronos, 12 years ago
  • Přidáno: Zkušební stažení stránky přes https.
File size: 328 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3<html>
4<head>
5 <title>Untitled</title>
6</head>
7
8<body>
9<FORM ENCTYPE="multipart/form-data" ACTION="postfileresult.php" METHOD=POST>
10Send this file: <INPUT NAME="userfile" TYPE="file">
11<INPUT TYPE="submit" VALUE="Send File">
12</FORM>
13
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.