Re: FileUpload problem on IE

2010-05-13 Thread SandeepGoel
Problem got solved by handling JavaScriptException on form submit call. Sandeep Goel On May 12, 11:13 am, SandeepGoel wrote: > Hi everybody, > In my application I have FileUpload control, it works fine on firefox > as user can not enter input into the text box and user have to select &

Re: FileUpload control behavior on IE and Firefox

2010-05-13 Thread SandeepGoel
Thanks Thomas, Problem got solved by handling JavaScriptException on form submit call. Thanks once again Sandeep Goel On May 13, 6:46 am, Thomas Broyer wrote: > On 11 mai, 09:23, SandeepGoel wrote: > > > Hi, > > I have FileUpload control in my application. If I run my a

FileUpload problem on IE

2010-05-12 Thread SandeepGoel
Hi everybody, In my application I have FileUpload control, it works fine on firefox as user can not enter input into the text box and user have to select the file from the system. But on IE if user enter any wrong test (Like "abc xyz") then it goes hang as there is no such file. Can I block user t

FileUpload control behavior on IE and Firefox

2010-05-12 Thread SandeepGoel
Hi, I have FileUpload control in my application. If I run my application and enter an invalid string (like "abcd") in the fileupload text box then my application goes in hang state and call does not go to the server. Question1: Can I validate the input to the actual and correct file on the client m