Hello everyone,
I have a simple form with one FileUpload control for resumes. When I place the FileUpload into the Content Template of an UpdatePanel and submit the form, the PostedFile is null. When I take the FileUpload out of the UpdatePanel and submit the form, the PostedFile is there.
What do I need to do in order to get access to the file being posted, if I'm using it in conjunction with the ajax.net controls?
Many thanks in advance,
Brandon Taylor