Re: how to return a StatusCode for each uploaded file?

  •  07-25-2009, 1:10 AM

    Re: how to return a StatusCode for each uploaded file?

    Hi,
     
    You can use such way based on the guid :
     
    ViewState[arg.FileGuid]="MyStatus";
     
    Regards,
    Terry
     
View Complete Thread