URLBase

The base URL that will be used to access the encoded files. For example, you might save encoded PDF files to the folder C:\encoded\output\, and map this folder to http://myserver.com/media/pdf/. In this case, set the URLBase parameter to http://myserver.com/media/pdf/.

The engine appends the file name to the URL base that you specify.

You can use macros to create output URLs. For more information about macros, see Macros.

Type: String
Default: (No URL base)
Required: No
Configuration Section: TaskName
Example: URLBase=http://myserver.com/media/pdf/
See Also: