Upload button Enable

  •  08-13-2012, 6:56 AM

    Upload button Enable

    Hi,
     
    I have 2 upload controls upload1 and upload2 in my page. I want to disable the upload2 button when the user uploading file from upload1 controls and end of the uploading i have to enable the upload1. the same way i want vice versa.
     
    I want to achive the process flow like
     
    by simple my problem,
     
    I do not want user to click 2 upload process in the sametime.
     
    I tried this also

    Under filevalidating event of Uploader

    Uploader2.InsertButton.Enabled = false;

    But button is not disabled; But the same code works on page load.
    Thanks
    Kalees
View Complete Thread