I have an ASP.NET Webform and inside the form I have an input type of file. What I would like to happen is for the form to post immediately after the user chooses a file.
I have a server side function I would like to be called, let's say UploadedFile()
What is the easiest way to accomplish this?