blob: b84869109944257946fd1c5364f9d96e5cae08a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<com:TContent ID="body">
<h1>TFileUpload Sample</h1>
<p>
Please choose a file to upload:
</p>
<com:TFileUpload OnFileUpload="fileUploaded" />
<com:TButton Text="Upload" />
<br/>
<com:TLabel ID="Result" />
<div class="last-modified">$Id$</div></com:TContent>
|