manual upload in code behind

  •  10-10-2011, 8:45 AM

    manual upload in code behind

    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.
View Complete Thread