PlsqlUploadAsLongRaw

Specifies the extensions to be uploaded as LONGRAW datatype as opposed to using the default BLOB datatype. The default can be over-ridden by specifying multiline directives of file extensions for field. A value of '*' in this field will cause all documents to be uploaded as LONGRAW.

Syntax:
PlsqlUploadAsLongRaw [string multiline]
Default:
[none]
Example:
PlsqlUploadAsLongRaw jpg
PlsqlUploadAsLongRaw gif PlsqlUploadAsLongRaw * (for WebDB)

Tips for PlsqlUploadAsLongRaw

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

Please refer to the mod_plsql documentation for more details about the upload/download process and the structure of the restrictions on the document table format

In older versions, this parameter was called upload_as_long_raw