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, 1996-2022 • Updated: 03/13/13
Comment or report problem with topic