Re: Using UploadPersistedFile and making file upload mandatory

  •  10-18-2011, 10:30 AM

    Re: Using UploadPersistedFile and making file upload mandatory

    I'm sorry... of course that validation trick can be done server-side as well.
     
    It's working just fine now with an (hidden) extra TextBox that gets its value in the server-side OnFileUploaded event, and a RequiredFieldValidator on that TextBox.
     
    Thank you for your help! 

    Regards, Marja
View Complete Thread