hello,
I'm using a standard FileUpload control in my code. A choose a file, then click on my button which has a method that saves the file into the database.
The problems begins when click F5 on the keyboard and the Page does a refresh - the file uploads again.
I've tried explicitly Disposing the FU control but it didn't help.
Any suggestions?
...
Go to the complete details ...