</script>
<form name="upload"
action="/fup"
- method="post"
- accept-charset="UTF-8"
- enctype="multipart/form-data"
+ method="post"
+ accept-charset="UTF-8"
+ enctype="multipart/form-data"
onsubmit="return showstatus();">
<input type="hidden" name="uid" value="$RANDOM$">
<table>
<tr><td>recipient(s):<td><input type="text" name="to" size="80" value="">(e-mail address)</tr>
<tr><td>comment: <td><input type="text" name="comment" size="80" value="">(optional)</tr>
<tr><td>file name: <td><input type="file" name="file" size="80" value=""></tr>
- </table>
+ </table>
<p>
<input type="submit" value="submit">
</form>
<p>
<p><hr><p>
-After "submit" you will see an upload progress bar
+After "submit" you will see an upload progress bar
(if you have javascript enabled and popups allowed).
<p>
<em>NOTE: Most web browsers cannot upload files > 2 GB!</em><br>