A file upload component allows users to upload files from their local computer to the cluster head.
To add/delete/modify an upload file component
The server and cluster paths must be different if you are using an SSH connection to the localhost for Moab; otherwise the file will be deleted.
<file-upload> <server-path>/tmp</server-path> <cluster-path>/var/tmp</cluster-path> <max-file-size>10000000</max-file-size> <form-submit>/fileupload/file</form-submit> </file-upload >
Related topics