T
tshad
Is there a way to handle an aspx page that has an upload object on it where
there may be an error on the page:
<input id="MyFile" style="width:300px" type="File" runat="Server">
The problem is that if a user forgets to put in one of the required fields
on the page but has already requested a file to be uploaded (pressed the
"Browse" button), the input field will be empty. So now the user needs to
go get the file again. This has been a little frustrating for some users.
Thanks,
Tom
there may be an error on the page:
<input id="MyFile" style="width:300px" type="File" runat="Server">
The problem is that if a user forgets to put in one of the required fields
on the page but has already requested a file to be uploaded (pressed the
"Browse" button), the input field will be empty. So now the user needs to
go get the file again. This has been a little frustrating for some users.
Thanks,
Tom