IEvents::OnGetUploadDir Method

Fires during an upload request, allowing you to change the save folder.

IDL

[id(0x00000065)]

void OnGetUploadDir([in, out] BSTR* Directory, [in, out] VARIANT_BOOL* Handled);

Parameters

Parameters

Description

[in, out] BSTR* Directory

[in,out] Upload directory

[in, out] VARIANT_BOOL* Handled

[in,out] Indicates that the Directory was changed.

Group

IEvents Methods