JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added progress-bar uploader.php
[wfpl.git] / uploader / uploader.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6   <title></title>
7 </head>
8
9 <body>
10 <!--~main start~-->
11   <div id="wfpl_progress_form">
12     <form action="http://~host~:~port~/~filename~" enctype="multipart/form-data" target="wfpl_progress_post_response" method="post">
13       <p>Upload a file: <input type="file" name="wfpl_uploader_file" id="wfpl_uploader_file" /></p>
14
15       <p><input type="submit" onclick="submitting()" value="Submit" /></p>
16     </form>
17   </div>
18
19   <p><iframe id="wfpl_progress_post_response" name="wfpl_progress_post_response"></iframe></p>
20
21   <div id="wfpl_progress_section">
22     <h2 id="wfpl_progress_header">Uploading...</h2>
23
24     <div id="wfpl_progress_bar_border">
25       <div id="wfpl_progress_bar"></div>
26     </div>
27   </div>
28 <!--~end~-->
29 </body>
30 </html>