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 "