This is a migrated thread and some comments may be shown as answers.

Build 1607: in IE9 & FF4 HtmlInputFile.Upload doesn't work

2 Answers 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alexey Ivanov
Top achievements
Rank 1
Alexey Ivanov asked on 08 Apr 2011, 01:20 PM
Hi,

I cannot submit a bug because I'm not a license holder, so I post here.

The following code:
var b = Manager.Current.ActiveBrowser;
b.NavigateTo("http://localhost/2.html");
var input = b.Find.ById<HtmlInputFile>("file1");
input.Upload(@"c:\inetpub\wwwroot\2.html", 15000);

no longer works in IE9 & FF4 (build 1607).

Stack:
System.TimeoutException: Timed out waiting '15000' msec. for dialog to be handled '1'
at ArtOfTest.WebAii.Win32.Dialogs.BaseDialog.WaitUntilHandled(Int32 handleCount, Int32 timeout, Boolean resetHandleCount)
at ArtOfTest.WebAii.Controls.HtmlControls.HtmlInputFile.Upload(String filePath, Int32 uploadTimeout)

2 Answers, 1 is accepted

Sort by
0
Daniel Djambov
Telerik team
answered on 13 Apr 2011, 01:57 PM
Hi Alexey Ivanov,

Thank you for writing us - this is a known problem and we are working on it to fix it.
Will let you know when the fix and the build addressing it is out.

Regards,
Daniel Djambov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Alexey Ivanov
Top achievements
Rank 1
answered on 15 Apr 2011, 09:06 AM
ok, thanks
Tags
General Discussions
Asked by
Alexey Ivanov
Top achievements
Rank 1
Answers by
Daniel Djambov
Telerik team
Alexey Ivanov
Top achievements
Rank 1
Share this question
or