I was having problems with the FileUpload control, and I was wondering if I could help.
On my page, I have a FileUpload control and a drop down list.
So, the user views the desired file, and then selects a parameter from the drop-down list (which allows you to use some flags that are also on the page used, depending on what they selected in the drop-down list). This will cause the FileUpload control to become empty, and now the user must navigate to the file they wanted again.
In any case, to prevent the FileUpload control from locking during PostBack?
source
share