3   <meta http-equiv="expires" content="0">
 
   4   <title>F*EX simple upload</title>
 
   7 <script type="text/javascript">
 
   8   function showstatus() {
 
   9     var file = document.forms["upload"].elements["file"].value;
 
  10     if (file == "") return false;
 
  12       '/fup?showstatus=$RANDOM$',
 
  14       'width=700,height=500'
 
  19 <h1><a href="/">F*EX</a> simple upload</h1>
 
  24       accept-charset="UTF-8" 
 
  25       enctype="multipart/form-data" 
 
  26       onsubmit="return showstatus();">
 
  27   <input type="hidden" name="uid"     value="$RANDOM$">
 
  28   <input type="hidden" name="comment" value="!SHORTMAIL!">
 
  30     <tr><td>your e-mail address:
 
  31         <td><input type="text"     name="from" size="80" value="">
 
  33     <tr><td>your <a href="/FAQ/user.html#What_is_the__auth_ID">auth-ID</a>(*):
 
  34         <td><input type="password" name="id"   size="16" value="">
 
  37         <td><input type="file"     name="file" size="80" value="">
 
  41   <input type="submit" value="submit">
 
  45 After "submit" you will see an upload progress bar 
 
  46 (if you have javascript enabled and popups allowed).<br>
 
  47 After the end a download URL will be shown.
 
  49 You can also use the <a href="/fup">regular upload form</a> 
 
  52 <em>NOTE: Only Firefox or Google Chrome can upload files > 2 GB!</em><br>
 
  54 (*) Please <a href="/fur">register yourself</a> if you do not have an
 
  55     <a href="/FAQ/user.html#What_is_the__auth_ID">auth-ID</a> yet.
 
  57 <address>Contact: <a href="mailto:$SERVER_ADMIN$">fexmaster</a></address>