3 <meta http-equiv="expires" content="0">
4 <title>F*EX simple upload</title>
7 <h1><a href="/">F*EX</a> simple upload</h1>
9 <script type="text/javascript">
10 function showstatus() {
11 var file = document.forms["upload"].elements["file"].value;
14 '$PROTO$://$HTTP_HOST$/fup?showstatus=$RANDOM$',
16 'width=700,height=500'
27 accept-charset="UTF-8"
28 enctype="multipart/form-data"
29 onsubmit="return showstatus();">
30 <input type="hidden" name="uid" value="$RANDOM$">
31 <input type="hidden" name="comment" value="!SHORTMAIL!">
33 <tr><td>your e-mail address:
34 <td><input type="text" name="from" size="80" value="">
37 <td><input type="password" name="id" size="16" value="">
40 <td><input type="file" name="file" size="80" value="">
44 <input type="submit" value="submit">
48 After "submit" you will see an upload progress bar
49 (if you have javascript enabled and popups allowed).
51 If you have lost your auth-ID use "?" as auth-ID and select a small dummy file.
52 Your auth-ID will be sent by e-mail to you.
54 You can also use the <a href="/fup">regular upload form</a>
57 <em>NOTE: Only Firefox or Google Chrome can upload files > 2 GB!</em><br>
59 <address>Contact: <a href="mailto:$SERVER_ADMIN$">fexmaster</a></address>