Re: is it possible to initiate upload in the code behind?

  •  10-05-2009, 12:32 AM

    Re: is it possible to initiate upload in the code behind?

    Hi,
     
    You can use UploadPersistedFile or UploadAttachment control.
     
    if(UploadPersistedFile1.File!=null)...
     
    if(UploadAttachment1.Items.Count>0)...
     
    Regards,
    Terry
     
View Complete Thread