PlsqlDocumentPath

Specifies a virtual path in the URL which initiates document download from the document table.

For example, if PlsqlDocumentPath is set to docs and PlsqlDocumentTablename is set to documents, then the following URL will start the document downloading process from the documents table for URL's of the format:

/dad_name/docs/

Syntax:
PlsqlDocumentPath [string]
Default:
docs
Example:
PlsqlDocumentPath docs

Tips for PlsqlDocumentPath

If your application does not do document uploads/downloads, this parameter may be omitted

For information about the PlsqlDocumentTablename parameter see PlsqlDocumentTablename

Take also a look at Upload and Download Procedures Example

In older versions, this parameter was called document_path