plUploadHandler::OnUploadChunk

This method is called when when a file chunk is uploaded.

Generally you don't need to override this method unless you want to perform custom storage of the incoming file data.

This method should be overridden in a subclass to provide custom functionality. The default implementation writes out a file in the cUploadPath with the name the client provides.

o.OnUploadChunk(lcData, lnChunk, lnChunks, lcFilename, loUpload)

Return Value

.T. or .F.

Parameters

lcData
The binary data of the file chunk.

lnChunk
The 0 based chunk number (1/10)

lnChunks
The total number of chunks

lcFilename
Name of the file.

loUpload
An instance of the plUploadHandler object


See also:

Class plUploadHandler

© West Wind Technologies, 1996-2022 • Updated: 03/13/13
Comment or report problem with topic