The method Upload can be used to upload a file to an ITP/OnLine session in ITP/Server.
string Upload (string filename);
The parameter filename specifies the local file that is to be uploaded.
The method Upload returns an identifier for the file of the form "file:<id>", where <id> is the ID of a file that is stored in the session data store on ITP/Server.