Programmatically start download

  •  04-23-2009, 11:47 AM

    Programmatically start download

    Hi freinds,
    I have a multi uploader in my page and I would like to start the upload from e command menu and not pressing the start button of the ajaxuploader.
     
    For Example, in my code behind I would like to have:

    If
    strCommand = "UploadFile" Then
    ' Start the uploading
    [.....]
    End If
     
    Is it possible?
    Thanks a lot, Igor.
     
     
View Complete Thread