N
No one
I need to upload two files, one at a time. The only file control I can
find uses the <input type="file" />, so the handling code has to go in
the HTML side and not the code behind. I would much rather code this in
the proper place for good practice. Is there an ASP.Net control for
file upload (the <asp: /> tagged controls)? Or do I have to do this the
ugly way??
Thanks.
find uses the <input type="file" />, so the handling code has to go in
the HTML side and not the code behind. I would much rather code this in
the proper place for good practice. Is there an ASP.Net control for
file upload (the <asp: /> tagged controls)? Or do I have to do this the
ugly way??
Thanks.