M
Matt MacDonald
Hi all,
I'm trying to have a file upload utility, and obviously, as part of that
I'm going to need <input> file controls. The problem I have is that when
the user chooses a .exe file, instead of running the submit function, the
browser automatically redirects to a "page not found" page. I'm told there
is some sort of a page directive or something that is producing this, like a
security feature. I know that uploading .exe files can be a security risk,
but I need to be able to do it anyway. I tried using the validateRequest
directive and setting it to false, but that didn't work either. Any ideas?
Thanks, Matt
I'm trying to have a file upload utility, and obviously, as part of that
I'm going to need <input> file controls. The problem I have is that when
the user chooses a .exe file, instead of running the submit function, the
browser automatically redirects to a "page not found" page. I'm told there
is some sort of a page directive or something that is producing this, like a
security feature. I know that uploading .exe files can be a security risk,
but I need to be able to do it anyway. I tried using the validateRequest
directive and setting it to false, but that didn't work either. Any ideas?
Thanks, Matt