]> git.treefish.org Git - fex.git/blobdiff - htdocs/sup.html
Original release 20150826
[fex.git] / htdocs / sup.html
index 23cffb191d320458ee2e9c7f92e8c524a6bc44e7..a8dc9b225f9299873510833f60ce5811a0680993 100644 (file)
@@ -4,23 +4,20 @@
   <title>F*EX simple upload</title>
 </head>
 <body>
-<h1><a href="/">F*EX</a> simple upload</h1>
-<p><hr><p>
 <script type="text/javascript">
   function showstatus() {
     var file = document.forms["upload"].elements["file"].value;
-    if (file != "") {
-      window.open(
-        '$PROTO$://$HTTP_HOST$/fup?showstatus=$RANDOM$',
-        'fup_status',
-        'width=700,height=500'
-      );
-      return true;
-    } else {
-      return false;
-    }
+    if (file == "") return false;
+    window.open(
+      '/fup?showstatus=$RANDOM$',
+      'fup_status',
+      'width=700,height=500'
+    );
+    return true;
   }
 </script>
+<h1><a href="/">F*EX</a> simple upload</h1>
+<p><hr><p>
 <form name="upload"
       action="/fup"
       method="post" 
@@ -33,7 +30,7 @@
     <tr><td>your e-mail address:
         <td><input type="text"     name="from" size="80" value="">
     </tr>
-    <tr><td>your auth-ID:   
+    <tr><td>your <a href="/FAQ/user.html#What_is_the__auth_ID">auth-ID</a>(*):
         <td><input type="password" name="id"   size="16" value="">
     </tr>
     <tr><td>your file:
 <p>
 <p><hr><p>
 After "submit" you will see an upload progress bar 
-(if you have javascript enabled and popups allowed).
-<p>
-If you have lost your auth-ID use "?" as auth-ID and select a small dummy file.
-Your auth-ID will be sent by e-mail to you.
+(if you have javascript enabled and popups allowed).<br>
+After the end a download URL will be shown.
 <p>
 You can also use the <a href="/fup">regular upload form</a> 
 (with more features).
 <p>
 <em>NOTE: Only Firefox or Google Chrome can upload files > 2 GB!</em><br>
 <p><hr><p>
+(*) Please <a href="/fur">register yourself</a> if you do not have an
+    <a href="/FAQ/user.html#What_is_the__auth_ID">auth-ID</a> yet.
+<p><hr><p>
 <address>Contact: <a href="mailto:$SERVER_ADMIN$">fexmaster</a></address>
 </body>
 </html>