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

Upload in RadWindow

2 Answers 68 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eugene
Top achievements
Rank 1
Eugene asked on 25 May 2010, 10:54 PM
Greetings,
    In my MVC application there is a page which uses RadMultiPage with two views.  Each view contains code which uploads data to the Server, like the following:

 

<iframe src='EditPage.aspx' name='hFinderUpload' id='Iframe2' style="width:0;height:0;border:0px solid #fff;" ></iframe>

 

 

<form action="<%=Url.Action("UploadAttachment", "PageContent")%>" method="post" enctype="multipart/form-data" target='hFinderUpload'>

 

 

<fieldset>

 

 

<div id='Div1'>

 

 

<label for='hFinderUploadFile'>File:</label>

 

 

<input type='file' name='hFinderUploadFile'id='File1' size='40' />

 

 

</div>

 

 

<div id='Div2'>

 

 

<input type='submit' id='Submit1' name='hFinderButton' value='Upload File' />

 

 

</div>

 

 

</fieldset>

 

 

</form>

The problem is that when the mouse is passed over the submit buttons, the controller/action url that appears at the bottom of the browser is correct for one but not for the other view.  The view that doesn't work shows Edit?rwndrnd=some decimal number, where some number varies with the execution of the app.  And then ofcourse, the action in the controller does not get called when the browser shows Edit?rwndrnd=somenumber.

Is this something that cannot be done or is this an issue with RadWindow / RadMultiPage ?

Thanks in advance,
Eugene

 

2 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 28 May 2010, 02:20 PM
Hello Eugene,

In order to help, we need to take a closer look over your exact setup. Could you please open a new support ticket and send us your project? We will debug it and do our best to provide a solution as soon as possible.

Greetings,
Fiko
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
Eugene
Top achievements
Rank 1
answered on 28 May 2010, 10:00 PM
Greetings Fiko,
    OK.  Two projects have just been sent on ticket 314409.  One that works and one that does not.  The working project is a baseline project that does not use Rad controls.

Sincerely,
Eugene Sayan
Tags
Window
Asked by
Eugene
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Eugene
Top achievements
Rank 1
Share this question
or