S
Steve
I have remade this page from scratch, it still won't work.
I think I have finally got some clues that might be useful. I have 3 <input
type="file"> controls on the page. If I use 2, that is if I click the
browse button and choose a file, the page works correctly, by breakpoint in
Page_Load() fires, all that good stuff. If I use all 3 of the file upload
controls, the pages won't post. There is no error, just nothing happens.
So it would appear that I have a limit of 2 controls?
a couple of facts:
They are all named unique and share unique id values
they have the runat tag set to server
there is no server side code happening yet, I have a breakpoint in the
Page_Load(), so none of the image code is even being called yet.
OK, hopefully someone will understand this
Thanks,
Steve
I think I have finally got some clues that might be useful. I have 3 <input
type="file"> controls on the page. If I use 2, that is if I click the
browse button and choose a file, the page works correctly, by breakpoint in
Page_Load() fires, all that good stuff. If I use all 3 of the file upload
controls, the pages won't post. There is no error, just nothing happens.
So it would appear that I have a limit of 2 controls?
a couple of facts:
They are all named unique and share unique id values
they have the runat tag set to server
there is no server side code happening yet, I have a breakpoint in the
Page_Load(), so none of the image code is even being called yet.
OK, hopefully someone will understand this
Thanks,
Steve