How can I determine if the file the user is uploading is closed before pressing the upload button when using a FileUpload Dialog control in C# ASP.net. This will prevent the user from pushing a file with unsaved data to the server for processing.
Share
AFAIK, you can’t. The file will either: