8.0

Table Of Contents
QuarkXPress Server Manager, the best way is to use a POST request in a
QuarkXPress Server Manager URL. You might use QuarkXPress Manager to
add a file if you wanted to add the file to all registered QuarkXPress Server
instances at one time (assuming the instances are not sharing a single document
pool).
Notes
This cannot be a GET request since binary content is attached. Therefore, the
request has to be a POST request.
The following is a sample of a post request HTML form.
<HTML>
<HEAD><TITLE>Test Addfile</TITLE></HEAD>
<BODY>
File will always be uploaded with name new.qxp
<FORM ACTION="http://localhost:8080/addfile/new.qxp"
METHOD = "post" ENCTYPE="multipart/form-data">
Please select the file you want to upload:
<INPUT TYPE=file NAME="uploadFile"><br><br>
<INPUT TYPE=submit VALUE="Submit">
</FORM>
</BODY>
</HTML>
Example
To view the HTML, click here
.
The following is a sample POST request using the addfile request handler:
Using This Form
1.
1.
Enter the name or IP address of the computer on which QuarkXPress Server is running.
2.
2.
Enter the port number in the port number field.
3.
3.
Enter the file name along with the extension in the file field. The file will be uploaded with this
name. Click
3.
Browse if you need to find the file on your computer.
4.
4.
Click
4.
Submit.
Page 186