uploaded

Simplified upload handler to handle file uploads.

static if(isWeb)
void
uploaded
(,
void delegate
(
string tempPath
,
string fileName
)
uploadedHandler
)

Parameters

client HttpClient

The client that performed the upload.

uploadedHandler void delegate
(
string tempPath
,
string fileName
)

Handler for handling the uploaded files.

Meta