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.