plUploadHandler::WriteErrorResponse

This method is used to return an error response while processing a chunk of the uploaded file. Any error results should use this method to communicate error messages.

o.WriteErrorResponse(lcMessage, lnStatusCode)

Parameters

lcMessage
Error message to send back to the client (Note: plUpload doesn't actually display this currently)

lnStatusCode
An optional integer status code. (Also not used by plUpload)

See also

Class plUploadHandler

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic