I have an ASP.NET Webform, and inside the form I have an input file type. I would like the form to be published immediately after the user selects the file.
I have a server side function that I would call, say, UploadedFile ()
What is the easiest way to do this?
source share