| 3 | | You can develop web pages, run on your BOINC server, for submitting jobs. |
| 4 | | These pages are application-specific, |
| | 3 | A '''local web-based job submission system''' |
| | 4 | is a set of scripts that run on your BOINC server, |
| | 5 | allowing users to submit and monitor jobs without login access to the BOINC server. |
| | 6 | |
| | 7 | Note: consider using [RemoteOverview remote job submission] instead; |
| | 8 | this lets you put the job-submission web interface on a computer other than the BOINC server, |
| | 9 | and lets you use either Python or PHP. |
| | 10 | |
| | 11 | These scripts are application-specific, |
| 21 | | * Uploading them (from the submitter's computer) as part of the submission form. |
| 22 | | The submission script would then [JobStage stage them]. |
| 23 | | * Using the [RemoteInputFiles#Per-userfilesandbox user file sandbox] mechanism. |
| 24 | | * Serving them from a remote server. |
| | 26 | * Upload them (from the submitter's computer) as part of the submission form. |
| | 27 | The submission script must then [JobStage stage them]. |
| | 28 | * Use the [RemoteInputFiles#Per-userfilesandbox user file sandbox] mechanism. |
| | 29 | * Serve them from a remote server. |