A
admlangford
Hi, I have an ASP.NET page which obviously uses a server side form.
I want a client to be able to add an HTML form to a page via a WYSIWYG
editor and this will be a basic HTML fileinput form with a submit
button.
The above renders fine but in my codebehind in the !Page.IsPostBack in
the Page_Load event I do the following
Response.Write(Request.Files.Count.ToString());
and the value is always 0, even when I upload an image via the basic
HTML fileinput form
Can anyone help me about what I am doing wrong here?
Thanks
Adam
I want a client to be able to add an HTML form to a page via a WYSIWYG
editor and this will be a basic HTML fileinput form with a submit
button.
The above renders fine but in my codebehind in the !Page.IsPostBack in
the Page_Load event I do the following
Response.Write(Request.Files.Count.ToString());
and the value is always 0, even when I upload an image via the basic
HTML fileinput form
Can anyone help me about what I am doing wrong here?
Thanks
Adam