From cc5322f1dfd630eeb94433cb0eea3c2643d19a45 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 29 May 2005 07:19:27 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6266 --- doc/int_upload.php | 24 ++++++++++++++++++++++++ doc/links.php | 4 +++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 doc/int_upload.php diff --git a/doc/int_upload.php b/doc/int_upload.php new file mode 100644 index 0000000000..cf8813ee94 --- /dev/null +++ b/doc/int_upload.php @@ -0,0 +1,24 @@ + + extern int boinc_upload_file(std::string& name); + +where 'name' is the logical name of the file. +The application cannot modify the file after making this call. +

+To check on the status of a file being uploaded, call +

+   extern int boinc_upload_status(std::string& name);
+
+This will return zero if the upload of the file is finished +successfully. + +"; + +page_tail(); +?> diff --git a/doc/links.php b/doc/links.php index ec0b17a68c..ac492b9f58 100644 --- a/doc/links.php +++ b/doc/links.php @@ -19,7 +19,6 @@ function site($url, $name) { page_head("Web sites for BOINC participants"); -list_start(); echo "

Project status

BOINC project status @@ -28,6 +27,9 @@ echo " stats_sites(); echo "

Informational sites

+"; +list_start(); +echo " LanguageSite ";