Re: Maximum number of files to be uploaded

  •  03-12-2009, 6:57 AM

    Re: Maximum number of files to be uploaded

    It turns out that it was because i Was doing this

    Uploader1.MaxFilesLimit = 1(that is what's causing the alert box to show up and preventing me from updating the file or clicking on browse again)

    Uploader1.MultipleFilesUpload = False
     
    Thanks
View Complete Thread