]> git.treefish.org Git - fex.git/blob - lib/fup.pl
Original release 20160104
[fex.git] / lib / fup.pl
1 # config for F*EX CGI fup
2
3 $info_1 = $info_login = <<EOD;
4 <p><hr><p>
5 <a href="/">F*EX (File EXchange)</a>
6 is a service to send big (large, huge, giant, ...) files.
7 <p>
8 The sender (you) uploads the file to the F*EX server and the recipient automatically gets
9 a notification e-mail with a download-URL.<br>
10 After download or after $keep_default days the server deletes the file.
11 F*EX is not an archive!
12 <p>
13 See also <a href="/FAQ/">questions & answers</a> and
14 <a href="http://fex.belwue.de/usecases/">use cases</a>.
15 <p><hr><p>
16 <address>
17   <a href="mailto:$ENV{SERVER_ADMIN}">$ENV{SERVER_ADMIN}</a><br>
18 </address>
19 EOD
20
21 $info_2 = <<EOD;
22 <p><hr><p>
23 After submission you will see an upload progress bar 
24 (if you have javascript enabled and popups allowed).
25 <p>
26 <em>NOTE: Many web browsers cannot upload files > 2 GB!</em><br>
27 If your file is larger you have to use a special <a href="/tools.html">F*EX client</a>
28 or Firefox or Google Chrome which have no size limit.<br>
29 You also need a <a href="/tools.html">F*EX client</a> for resuming interrupted uploads. Your web browser cannot do this.
30 <p>
31 If you want to send more than one file, then put them in a zip or tar archive, 
32 e.g. with <a href="http://www.7-zip.org/download.html">7-Zip</a>.
33 <p>
34 See also the <a href="/FAQ/user.html">FAQ<a> and
35 <a href="http://fex.belwue.de/usecases/">use cases</a>.
36 <p><hr><p>
37 <address>
38   <a href="mailto:$ENV{SERVER_ADMIN}">$ENV{SERVER_ADMIN}</a><br>
39 </address>
40 EOD