PureskillZz
New Member
Has anyone written, or seen scripting in asp.net that permits a file to be uploaded by being submitted to a page other than itself? Every example I've seen thus far uses the new-school way of keeping everything on the same page, which is cool but not always the way I like to do things. **** Microsloth has brainwashed everyone to their new methodologies!I believe with .NET all forms need to post to themselves. I think the days of multiple forms on one page each going to different locations are over. <BR><BR>It would be nice to override this functionality from time to time but I don't think you can.Doing this would make validation pretty much impossible. The only way to override is to use a regular form with no runat attribute. Of course, you will be unable to use any server side controls in the form.