Hi all,
How do I get the list of files if I want to make the upload with an separate button with code behind?
The Upload funtion need three parameter but I only have got the last one:
If myControl.NumFilesShowQueueUI > 0 Then
myControl.Upload([filesize], [filename], [temppath])
End If
I have this data on the event Uploader_FileUploaded in "ByVal args As UploaderEventArgs" but not at the manual upload.
Thanks.