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

Select does nothing

57 Answers 649 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 11 Nov 2008, 05:55 PM
I have a page with the UploadFile control on it, I was on Q2 and everything worked fine.

Just upgraded to Q3 and the control stopped working. When I click on the "Select" button nothing happens, I don't get the file browsing window.

Any thoughts?

Here's what I have on my page:

- radUpload
- radMultipage
- 2X radPageViews

57 Answers, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 12 Nov 2008, 08:33 AM
Hi Alex,

That could be caused by some specific styles on the page. Can you please, send us your page with any stylesheets it might be using? Please, use a formal support ticket if you consider the page confidential.

Kind regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Steve
Top achievements
Rank 1
answered on 25 Nov 2008, 07:29 PM
I am having the exact same issue.

 

<telerik:RadPageView ID="pageDocuments" runat="server">

 

 

 

<telerik:RadProgressManager ID="RadProgressManager1" runat="server" /><telerik:RadProgressArea

 

 

ID="RadProgressArea1" runat="server" Language=""><Localization

 

 

Uploaded="Uploaded" />

 

 

</telerik:RadProgressArea><telerik:RadUpload ID="RadUpload1" runat="server" FocusOnLoad="True"

 

 

InitialFileInputsCount="2" MaxFileInputsCount="5" MaxFileSize="1000000"

 

 

TargetFolder="~/Documents"></telerik:RadUpload>

 

 

 

 

</telerik:RadPageView>

I can provide more code if need...I followed the "Getting Started" example and nothing works.

 

0
Erjan Gavalji
Telerik team
answered on 26 Nov 2008, 09:09 AM
Hi Steve,

Thanks for the code snippet! To my regret I was not able to reproduce the problem with the page I created (attached hereby). Can you please, check what I'm missing?

Kind regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Stratos Karimbakas
Top achievements
Rank 1
answered on 10 Dec 2008, 06:40 AM
I am getting the same problem. It only happens in IE6.0....it works fine in IE7,Firefox, Safari, and Chrome.
0
Atanas Korchev
Telerik team
answered on 10 Dec 2008, 09:44 AM
Hello Stratos Karimbakas,

Please open a support ticket and send us the problematic page. We will investigate what is preventing RadUpload from operating correctly. Thanks.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Stratos Karimbakas
Top achievements
Rank 1
answered on 17 Dec 2008, 03:23 AM
unfortunately the page is database dependant and requires several other pages to function. I have a page that opens up a radwindow X, that radwindow opens a radwindow Y, that radwindow Z opens up one more W in which the radupload module resides. This last radwindow, W, can also be opened from the main page in some cases and the radupload works properly. However, when it is called directly from the page the upload module in window W works properly.

The base page has the windows defined as follows:

 

<telerik:RadWindowManager Skin="Sunset" ID="RadWindowManager1" runat="server" style="z-index:90000" >

 

 

<Windows>

 

 

<telerik:RadWindow

 

 

NavigateUrl = "../../Orders/Orderitem.aspx"

 

 

VisibleOnPageLoad = "false" OnClientClose="OnClientclose"

 

 

OffsetElementID = "offsetElement"

 

 

ID = "itemWindow" Modal="true" Animation="None" VisibleStatusbar="false"

 

 

Top = "200" VisibleTitlebar="false"

 

 

Left = "200" Overlay="true"

 

 

Height="600" Width="550"

 

 

runat="server"></telerik:RadWindow>

 

 

<telerik:RadWindow

 

 

NavigateUrl = "../../Orders/deleteitem.aspx"

 

 

VisibleOnPageLoad = "false" OnClientClose="OnDeleteClientclose"

 

 

OffsetElementID = "offsetElement"

 

 

ID = "deleteWindow" Modal="true" Animation="None" VisibleStatusbar="false"

 

 

Top = "10" VisibleTitlebar="false"

 

 

Left = "10"

 

 

Height="10" Width="10"

 

 

runat="server"></telerik:RadWindow>

 

 

<telerik:RadWindow

 

 

NavigateUrl = "../../Orders/Orderitem.aspx"

 

 

VisibleOnPageLoad = "false"

 

 

OffsetElementID = "offsetElement" OnClientClose="OnClientclose"

 

 

ID = "photoWindow" Animation="None" VisibleStatusbar="true"

 

 

Top = "200" VisibleTitlebar="false"

 

 

Left = "360" Overlay="true"

 

 

Height="600" Width="830" Modal="true"

 

 

runat="server"></telerik:RadWindow>

 

 

 

<telerik:RadWindow

 

 

NavigateUrl = "../../Orders/Addimage.aspx"

 

 

VisibleOnPageLoad = "false" OnClientClose="OnAddClientClose"

 

 

OffsetElementID = "offsetElement"

 

 

ID = "addWindow" Animation="None" VisibleStatusbar="true"

 

 

Top = "100" VisibleTitlebar="true"

 

 

Left = "150" Overlay="false"

 

 

Height="650" Width="550" Modal="true"

 

 

runat="server"></telerik:RadWindow>

 

 

 

 

<telerik:RadWindow

 

 

NavigateUrl = "DummyWindow.aspx"

 

 

VisibleOnPageLoad = "false"

 

 

OffsetElementID = "offsetElement"

 

 

ID = "DummyWindow" Animation="None" VisibleStatusbar="true"

 

 

Top = "200" VisibleTitlebar="false"

 

 

Left = "360" Overlay="false"

 

 

Height="100" Width="100"

 

 

runat="server"></telerik:RadWindow>

 

 

 

 

 

 

 

 

 

</Windows>

 

 

 

 

</telerik:RadWindowManager>

 

The "addWindow" window has the upload module on it. It is called by "photoWIndow". Does this provide any insight on what is occuring. Again, this problem is only in IE6.

Thanks.

0
Veselin Vasilev
Telerik team
answered on 19 Dec 2008, 02:34 PM
Hello Stratos Karimbakas,

Please try setting the EnableFileInputSkinning to False and let us know the results.

Sincerely yours,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
jack
Top achievements
Rank 1
answered on 20 Dec 2008, 12:46 AM
tks, "EnableFileInputSkinning=false" , it work on ie6, but to ugly, waitting next version!
0
David
Top achievements
Rank 1
answered on 20 Jan 2009, 05:35 PM
Hi, 

I had the same problem and it was solved with setting the EnableFileInputSkinning to false.

There are propably two ways how to change the face of "ugly" button. 

Create our own CSS style or wait to new release. 

May I know when do you plan to release a new version of Upload control ?
0
Ravi
Top achievements
Rank 2
answered on 20 Feb 2009, 07:05 AM
Hi
  i am also had the same problem .... EnableFileInputSkinning="false"  is solved my problem ...... but skin is not good .....so please
 give solution to this problem ,,,,,,,,,its Urgend .........

   thank  you
0
Veselin Vasilev
Telerik team
answered on 20 Feb 2009, 07:08 AM
Hi Ravi,

Please open a new support ticket and send us a sample running project demonstrating the problem.
Then we will be able to give you a solution.

Thanks

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Lenny_shp
Top achievements
Rank 2
answered on 16 Mar 2009, 04:11 PM
old
0
James Van Buren
Top achievements
Rank 2
answered on 31 Mar 2009, 08:30 PM
Yes, i face the same issue in Q1.
Setting 

EnableFileInputSkinning

 

="false"  does the trick but the button looks different.
Is there a way to Sking the button to look the same or will this issue be fixed soon?

 

0
Veselin Vasilev
Telerik team
answered on 01 Apr 2009, 06:11 AM
Hi guys,

Since we cannot reproduce the problem, please open a support ticket and attach a sample page there. We will examine it and find a solution for you.

Thank you

Greetings,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Bruce Hochstetler
Top achievements
Rank 2
answered on 03 Apr 2009, 05:12 PM
Hi All,

Just wanted to add that I am also experiencing the problem; 2009.1.324.35. EnableFileInputSkinning="False" fixes it. This only happens on IE7 for me. On my page I have logic setup to add/remove inputs as needed. In some cases if the first input is removed and a new one added I get one shot at the browser dialog working, after that it ignores button clicks. If I do a submit of nothing, e.g. just click the submit button for my page with nothing in the file inputs; then the browse button will work after that.

Thanks,
Bruce
0
Genady Sergeev
Telerik team
answered on 06 Apr 2009, 08:27 AM
Hello Bruce Hochstetler,

There was an issue under IE6 & 7. Due to a bug, the onclick event was not fired when :

  1. The left button is pressed
  2. The mouse is moved in the same time

With the latest RadControls service pack the problem should vanish.

Greetings,
Genady Sergeev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Lenny_shp
Top achievements
Rank 2
answered on 06 Apr 2009, 08:05 PM
Confirming that the [Select] issue is fixed in 2009.1.402.35.
0
Bruce Hochstetler
Top achievements
Rank 2
answered on 06 Apr 2009, 10:00 PM
In my particular situation it is NOT fixed. I've since opened a support ticket that demonstrates the problem. In my case, I'm generating in client-side code additional input panels. This was code that hasn't changed for better part of a year, I suspect the problem has something to do with this code, which was provided by Telerik some time back. It moves the 'Add' button to the top, then adds a description field below the input field and has a remove button at the end of the input field... something like that. On IE7, only the 'default' skin works or no skin; sometimes the select will respond, but only once.

Bruce
0
Bruce Hochstetler
Top achievements
Rank 2
answered on 07 Apr 2009, 07:18 PM
Hi All,

In my particular case I was doing ... Response.Write("<title>some dynamic title</title>"), for some reason this was causing an issue on my page regarding the select button. I've since replaced it with ... Page.Header.Title = "some dynamic title"; this has corrected my problem. Just thought I would pass this along.

Bruce
0
Shonda
Top achievements
Rank 1
answered on 08 Apr 2009, 05:55 PM
I too have the same issue.  It seems to be heppening to me when I put the upload control in a scrollable div.

<div style="height: 280px; width: 450px; overflow: auto;"
<telerik:RadUpload ID="ruDocuments" runat="server" InitialFileInputsCount="2" OverwriteExistingFiles="false" AllowedFileExtensions=".pdf,.tif,.tiff" AllowedMimeTypes="application/pdf,image/tif,image/tiff" Skin="Sunset" OnClientAdded="addTitle" /> 
</div> 

0
Genady Sergeev
Telerik team
answered on 09 Apr 2009, 01:59 PM
Hi Shonda,

Your code snippet looks perfectly correct. There should not be problems clicking the select button. Please make sure that you are using the latest version of our components.

Kind regards,
Genady Sergeev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Shonda
Top achievements
Rank 1
answered on 09 Apr 2009, 02:15 PM
Thank you. I  am using the latest version I just downloaded 3 days ago.
0
Genady Sergeev
Telerik team
answered on 13 Apr 2009, 08:17 AM
Hello Shonda,

Do you experience the problem on our web demos ? On a sample test, the code that you provided is working correctly with the latest dll ( IE7 ). Could you please open a support ticket and send us a sample project reproducing your problem. This will help us to investigate the case further.

All the best,
Genady Sergeev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Shonda
Top achievements
Rank 1
answered on 13 Apr 2009, 12:22 PM
I do not have the problem in the web demos, but the web demos do not contain scrollable divs.  When I remove my scrollable div I do not experience the issue.  It only with the divs.  The first 2 selects work just fine.  Then any other select after that does nothing.
0
Clinton Smyth
Top achievements
Rank 1
answered on 19 May 2009, 08:34 PM
Has there been any progress on this? 

I'm experiencing the same problem (even after upgrading to: ASP.NET_AJAX_2009_1_402).  In my case, the select button works sometimes but does nothing most times.  This is only when using IE 7 (Firefox is fine).  Our users are able to upload 3 files at a time and often when the first select button doesn't work, after clicking 'add' the 2nd select button does work .. although if you close and re-open the select window repeatedly, after a few times the select button stops working.

Specifying EnableFileInputSkinning="False" fixes it, although it would be better with the correct skin.  I have the RadUpload control in a floating div.
0
Bruce Hochstetler
Top achievements
Rank 2
answered on 19 May 2009, 09:14 PM
Hi Clinton Smyth,

In my particular case as was doing Response.Write("<title>some title</title>") to set the page header. After changing this to use Page.Header.Title = "some title",  the problem went away. Be sure to add runat="server" in <head> tag.  The most current version for me now works without any issues.

Hope that helps
Bruce
0
Kirill Bykov
Top achievements
Rank 1
answered on 25 May 2009, 12:07 PM
Hi!

Any updates on this issue?

We're using 2009_1_402_dev exd experiencing exactly the same issue with Firefox.
After doing some investigation it seems like the issue is caused by some specific css classes, not particulary DIVs...

Very simple experiment:

View Source->Save As test.html

Moved test.html to the application root - select works
Moved test.html to the original page location - select stops working. For me it feels like there're some conflicts in css, but I can't yet figure out what exactly the problem is.

Thanks!
0
Kirill Bykov
Top achievements
Rank 1
answered on 25 May 2009, 12:54 PM
After doing some more experiments i was able to figure out  particular CSS entry which brakes it:

#content

 

{

 

position:relative;
...

}
...which we use for a top level table element.

Still wondering what is the best way to resolve the issue without restructuring the entire application.
Thanks.
-Kirill.

0
Genady Sergeev
Telerik team
answered on 25 May 2009, 03:02 PM
Hello guys,

We have taken into consideration all the feedback provided and now working on a fix that should take care of the select button issue once and for all. The fix is scheduled for the next Q, but if we don't have any unexpected faults we will release it for the upcoming service pack.

Kind regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Tronn Carson
Top achievements
Rank 1
answered on 31 May 2009, 05:14 PM
I just installed 2009.1.527.35 and it did not fix this issue which only occurs on one of the six pages where I am using the control.  This is a little frustrating....
0
Genady Sergeev
Telerik team
answered on 03 Jun 2009, 11:04 AM
Hi Tronn Carson,

The select button fix is going to be available with Q2 beta which is scheduled for release on 10th on June.

Sincerely yours,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
George Georgiou
Top achievements
Rank 1
answered on 09 Jul 2009, 07:26 AM
Q2 2009 not fixed yet!!!
0
Genady Sergeev
Telerik team
answered on 09 Jul 2009, 08:06 AM
Hello George Georgiou,

How did you manage to reproduce the fault? Under which browser? If you are trying to drag click (this is press the left button, move the mouse and then release) under IE you are most likely to encounter the issue, however this is the default behavior under all winforms application and it cannot be changed. You can reproduce it easily in IE with a standard input file -> press the left mouse button over the browse button, then drag out of the browse and release the mouse, nothing will happen.

Greetings,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Steve Todd
Top achievements
Rank 1
answered on 10 Jul 2009, 09:45 AM
Hi Guys

I also have this problem in a scrollable div.

When setting EnableFileInputSkinning to true the select button will sometimes fire but only once.

When setting EnableFileInputSkinning to false, the filename textboxes scroll up and down as the div is scrolled urghh.

Any timescales on a solution to this?

Steve
0
Scott Salyer
Top achievements
Rank 1
answered on 21 Jul 2009, 11:49 PM
I am also encountering this problem with 2009.2.701.35 in Firefox. When I hover over the select button the CSS toolbar records the following error about 6 times (and every time I move my mouse just slightly):

Error: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was 158.00001525878906.
Source File: http://localhost:54798/ScriptResource.axd?d=Vman60fAb7LgohHgUIq-dy-bruUEoWY7N67UXelv_z2c_pFhUR_jLi4bOMnkBnzqY2oyuDLQ7r4cf0kpQ9PK_FKt_vjhVU9ymknfiUbuDE81&t=3cbe2c40
Line: 2830

The function in question appears to be part of the MS AJAX Framework:

Sys.UI.Bounds = function Sys$UI$Bounds(x, y, width, height) { 
    /// <summary locid="M:J#Sys.UI.Bounds.#ctor" /> 
    /// <param name="x" type="Number" integer="true"></param> 
    /// <param name="y" type="Number" integer="true"></param> 
    /// <param name="height" type="Number" integer="true"></param> 
    /// <param name="width" type="Number" integer="true"></param> 
    /// <field name="x" type="Number" integer="true" locid="F:J#Sys.UI.Bounds.x"></field> 
    /// <field name="y" type="Number" integer="true" locid="F:J#Sys.UI.Bounds.y"></field> 
    /// <field name="height" type="Number" integer="true" locid="F:J#Sys.UI.Bounds.height"></field> 
    /// <field name="width" type="Number" integer="true" locid="F:J#Sys.UI.Bounds.width"></field> 
    var e = Function._validateParams(arguments, [ 
        {name: "x", type: Number, integer: true}, 
        {name: "y", type: Number, integer: true}, 
        {name: "height", type: Number, integer: true}, 
        {name: "width", type: Number, integer: true
    ]); 
    if (e) throw e; 
    this.x = x; 
    this.y = y; 
    this.height = height; 
    this.width = width; 
 
By setting EnableFileInputSkinning to False everything functions - technically. The progress area on the page doesn't seem to with the skin this way. Here is how everything is setup:

        <tr> 
            <td class="modifyHeader liner">Select File: </td> 
            <td class="liner"
                <telerik:RadUpload runat="server" EnableFileInputSkinning="false" ID="RadUpload1" ControlObjectsVisibility="None" InitialFileInputsCount="1" MaxFileInputsCount="1" OverwriteExistingFiles="false" OnFileExists="RadUpload1_FileExists" TargetFolder="~/_assets/files/press" OnValidatingFile="RadUpload1_ValidatingFile" /> 
                <asp:PlaceHolder runat="server" ID="plFileExists" Visible="false"
                    <p><asp:Literal runat="server" ID="ltFilename" /> is currently associated with this press release. If you choose to upload a new file this one will be removed. <asp:Button runat="server" ID="cmRemove" Text="Remove" SkinID="SmallButton" OnClick="cmRemove_Click" /></p
                </asp:PlaceHolder> 
            </td> 
        </tr> 
        <tr> 
            <td colspan="2" align="center"
                <telerik:RadProgressArea runat="server" ID="RadProgressArea1" Width="100%" Skin="Vista" ProgressIndicators="CurrentFileName, TimeElapsed, TimeEstimated, TotalProgress, TotalProgressBar, TransferSpeed" /> 
                <telerik:RadProgressManager runat="server" ID="RadProgressManager1" /> 
            </td> 
        </tr> 

The styles on the cell rows only add bold/font-size attributes and a bottom border on the cells. The control isn't inside a scrollable div or anything of that nature - just your average table. The REALLY confusing part of this is I copied everything above from another project where it did work (albeit older suite of the controls) and that page works perfectly.



0
Atanas Korchev
Telerik team
answered on 22 Jul 2009, 08:11 AM
Hi Scott Salyer,

Could you please provide the full page? This is probably related with some combination of CSS and HTML which RadUpload is not handling properly. I would appreciate your cooperation. You can open a support ticket to send us your page and CSS if you don't wish to publish them in the forums.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Scott Salyer
Top achievements
Rank 1
answered on 22 Jul 2009, 10:22 PM
Page:

    <table class="table" cellspacing="0"
        <tr> 
            <td class="modifyHeader liner">Title: </td> 
            <td class="liner"
                <asp:TextBox runat="server" ID="txTitle" TextMode="SingleLine" /> 
                <asp:RequiredFieldValidator runat="server" ID="rfTitle" Text="*" ErrorMessage="Title is required." EnableClientScript="true" ControlToValidate="txTitle" /> 
            </td> 
        </tr> 
        <tr> 
            <td class="modifyHeader liner">Date Posted: </td> 
            <td class="liner"
                <telerik:RadDatePicker runat="server" ID="dtp" Skin="Vista" /> 
                <asp:RequiredFieldValidator runat="server" ID="rfDatePosted" Text="Date Posted is required." EnableClientScript="true" ControlToValidate="dtp" /> 
            </td> 
        </tr> 
        <tr> 
            <td class="modifyHeader liner">Select File: </td> 
            <td class="liner"
                <telerik:RadUpload runat="server" EnableFileInputSkinning="false" ID="RadUpload1" ControlObjectsVisibility="None" InitialFileInputsCount="1" MaxFileInputsCount="1" OverwriteExistingFiles="false" OnFileExists="RadUpload1_FileExists" TargetFolder="~/_assets/files/press" OnValidatingFile="RadUpload1_ValidatingFile" /> 
                <asp:PlaceHolder runat="server" ID="plFileExists" Visible="false"
                    <p><asp:Literal runat="server" ID="ltFilename" /> is currently associated with this press release. If you choose to upload a new file this one will be removed. <asp:Button runat="server" ID="cmRemove" Text="Remove" SkinID="SmallButton" OnClick="cmRemove_Click" /></p
                </asp:PlaceHolder> 
            </td> 
        </tr> 
        <tr> 
            <td class="modifyHeader liner">Description: </td> 
            <td class="liner"
                <asp:TextBox runat="server" ID="txDescription" TextMode="SingleLine" /> 
            </td> 
        </tr> 
        <tr> 
            <td colspan="2" align="center"
                <telerik:RadProgressArea runat="server" ID="RadProgressArea1" Width="100%" Skin="Vista" ProgressIndicators="CurrentFileName, TimeElapsed, TimeEstimated, TotalProgress, TotalProgressBar, TransferSpeed" /> 
                <telerik:RadProgressManager runat="server" ID="RadProgressManager1" /> 
            </td> 
        </tr> 
    </table> 

Master Page (content above is inside the cpContent placeholder)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head id="Head1" runat="server"
    <link rel="stylesheet" href="_assets/styles/admin/modal.css" type="text/css" /> 
    <link rel="stylesheet" href="_assets/styles/admin/controls.css" type="text/css" /> 
    <asp:ContentPlaceHolder runat="server" ID="cpHeader" /> 
</head> 
<body> 
    <div class="wrapper"
        <form id="Form1" runat="server"
        <asp:ScriptManager runat="server" ID="ScriptManager1" /> 
        <%--<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Default2006" />--%> 
        <script language="javascript" type="text/javascript"
            //Common function to get the instance of the 
            //RAD Window the page is currently displayed in. 
            function GetRadWindow() { 
                var oWindow = null
                if (window.radWindow) oWindow = window.radWindow; 
                else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow; 
                return oWindow; 
            } 
        </script> 
        <div id="outer"
            <div id="content"
                <asp:ValidationSummary runat="server" ID="vs" EnableClientScript="true" HeaderText="The following errors were encountered: " />                 
                <asp:ContentPlaceHolder runat="server" ID="cpContent" /> 
            </div> 
        </div> 
    </div> 
    <asp:Literal runat="server" ID="ltResponse" /> 
    <div class="footer"
        <asp:ContentPlaceHolder runat="server" ID="cpFooter" /> 
    </div> 
    </form> 
</body> 
</html> 

Modal stylesheet:
* { 
    margin: 0; 
html, body { 
    height: 100%; 
.wrapper { 
    min-height: 100%; 
    heightauto !important; 
    height: 100%; 
    margin: 0 auto -26px/* the bottom margin is the negative value of the footer's height */ 
.footer, .push { 
    height26px/* .push must be the same height as .footer */ 
    background-color#ABABAB
    text-alignrightright
    line-height20px
    color#FFFFFF
    padding-right10px
 
body { 
    margin0px 0px 0px 0px
    font-family: Calibri, Arial
    font-size12px
 
#outer { 
    width: 100%; 
    overflowhidden
 
#content { 
    width: 90%; 
    margin-left: 5%; 
    margin-right: 5%; 
    padding10px 0px  

Controls CSS:

/* Standard Link Button */ 
.button 
font-weightbold
font-size11px
font-family: Segoe UI,Arial,Helevetica,Sans-Serif
line-height: 1.35; 
text-aligncenter
color#2b333c
background-imageurl(../../images/buttonbg.gif); 
background-repeatrepeat-x; 
background-attachmentscroll
border-top-width3px
border-right-width3px
border-bottom-width3px
border-left-width3px
border-top-style: double
border-right-style: double
border-bottom-style: double
border-left-style: double
border-top-color#c4cccc
border-right-color#acb5b5
border-bottom-color#6f7777
border-left-color#acb5b5
padding-top1px
padding-bottom1px
cursorpointer
 
.button:hover 
border-top-width3px
border-right-width3px
border-bottom-width3px
border-left-width3px
border-top-style: double
border-right-style: double
border-bottom-style: double
border-left-style: double
border-top-color#aedf9a
border-right-color#94da78
border-bottom-color#6ab94b
border-left-color#94da78
 
.smallbutton 
font-weightbold
font-size9px
font-family: Segoe UI,Arial,Helevetica,Sans-Serif
line-height: 1.0; 
text-aligncenter
color#2b333c
background-imageurl(../../images/buttonbg.gif); 
background-repeatrepeat-x; 
background-attachmentscroll
border-top-width1px
border-right-width1px
border-bottom-width1px
border-left-width1px
border-top-style: double
border-right-style: double
border-bottom-style: double
border-left-style: double
border-top-color#c4cccc
border-right-color#acb5b5
border-bottom-color#6f7777
border-left-color#acb5b5
padding-top1px
padding-bottom1px
cursorpointer
 
.smallbutton:hover 
border-top-width1px
border-right-width1px
border-bottom-width1px
border-left-width1px
border-top-style: double
border-right-style: double
border-bottom-style: double
border-left-style: double
border-top-color#aedf9a
border-right-color#94da78
border-bottom-color#6ab94b
border-left-color#94da78
 
 
.username  
    padding-left22px
    height15px
    background-repeatno-repeat
    background-color#FFFFFF
    background-imageurl('../../images/person.png'); 
    font-family"Segoe UI", Calibri, Arial
    font-size12px
    vertical-alignmiddle
.password  
    padding-left22px
    height15px
    background-repeatno-repeat
    background-color#FFFFFF
    background-imageurl('../../images/keys.png'); 
    font-family"Segoe UI", Calibri, Arial
    font-size12px
    vertical-alignmiddle
 
.table 
    width: 90%; 
    margin-leftauto
    margin-rightauto
 
.liner  
    padding6px
    border-bottomsolid 1px #CDCDCD
 
.modifyHeader  
    font-weightbold
    font-size13px
    width125px
    vertical-aligntop
    whitewhite-spacenowrap
 
.textbox  
    font-size12px
    width: 90%; 
    font-family"Segoe UI", Calibri, Arial
 
.multiline  
    font-size12px
    width: 90%; 
    height150px
    font-family"Segoe UI", Calibri, Arial
 
.dropdown  
    width300px
    whitewhite-spacenowrap
    font-size12px
    font-family"Segoe UI", Calibri, Arial
.saveBar 
    background-color#DEDEDE

As stated previously though, this was all copied directly from a live project and only slightly modified (the fields in use) but that project is using an older version of the Telerik suite (2008.1.619.0 to be exact).


0
Kamen Bundev
Telerik team
answered on 24 Jul 2009, 12:40 PM
Hello Scott,

Can you try the latest internal build and see if there are still problems with it? There was a batch of fixes to RadUpload in the beginning of this week.

Sincerely yours,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Craig Hathaway
Top achievements
Rank 1
answered on 17 Aug 2009, 07:25 AM
Hi Telerik Support,

I just upgraded to 2009Q1 (2009.1 527) and my site is now broken for uploads too. Has this issue been resolved in another thread?

I also have the CSS tag: "position: relative;" for page layout.

I have a deployment waiting for this fix so require production ready version of the controls. Can you give an ETA on the fix or advise whether I need to rollback to v2008?

Regards,




0
Alex Gyoshev
Telerik team
answered on 17 Aug 2009, 07:51 AM
Hello Craig,

The issue has been fixed in later releases. There is already a 2009.Q2 release - why not upgrade to it? We've integrated major fixes for RadUpload between the two versions, and there shouldn't be more issues with its positioning.

Best wishes,
Alex
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Craig Hathaway
Top achievements
Rank 1
answered on 17 Aug 2009, 08:08 AM
Hi Alex,

I appreciate the speedy reply. Q2 2009 is listed as a 'BETA' in my downloads and the filename (RadControls_for_ASP.NET_AJAX_2009_2_616_BETA_dev.msi) indicates this is a 'dev' build.

Is this status incorrect or do i need to pay for an upgrade to get the fix?

Regards,

0
John
Top achievements
Rank 1
answered on 17 Aug 2009, 10:40 PM
We are also seeing this issue now.  Works on version 2008.3.1105.35, but when upgrading to 2009.2.701.35, it fails to launch the file selector in IE7 and FF2.  However, IE6, IE8, and FF 3 are ok.

Please advise.  Thanks!!
0
John
Top achievements
Rank 1
answered on 17 Aug 2009, 11:44 PM
Well, found a workaround by adding "position:relative" to the parent table that the upload control resides in.  Should also be noted this was being popped up inside an ajax toolkit modal.
0
Craig Hathaway
Top achievements
Rank 1
answered on 18 Aug 2009, 01:03 AM
Thanks John, i tried this but found that with postion:relative, only every 4-5 mouse clicks are being registered. By registered I mean that the button is visibly depressed, not that the dialog appears.

When CSS is disabled on the page, the browse button works fine. The problem seems to do with script that repositions the Select button & textbox over the top of browse controls.

Telerik, any chance of fix?
0
Alex Gyoshev
Telerik team
answered on 19 Aug 2009, 06:17 AM
Hello Craig,

I'm sorry for my mistake - I misinterpreted your account information (and I thought that your subscription has not expired). You can try out whether the new version (2009.Q2, not beta) is suitable by downloading a trial version of it.

Sincerely yours,
Alex
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kari
Top achievements
Rank 1
answered on 19 Aug 2009, 10:21 AM
Hi,
We are experiencing the same problem with RadUpload 2009Q2. It works in IE8, but when you click Select button on Firefox 3 nothing happens.
The Error Console displays the following error when you move the mouse over the control:

Error: [Exception... "'Sys.ArgumentOutOfRangeException: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: y
Actual value was -12.5.' when calling method: [nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)"  location: "<unknown>"  data: no]

It worked with 2009Q1 version.

Regards,

Kari Bengs
0
Alexandre
Top achievements
Rank 1
answered on 20 Aug 2009, 03:48 PM
Hey all,

I was facing the same issue: The select button stopped working in IE7 when I upgraded from 2009 Q1 to 2009Q2 (2009.2.701.35). It still works fine in FF3 though. The work around to set EnableFileInputSkinning="false"  worked like a charm for IE7. I lost the nice format but this is an internal app and users really don't care too much about the button format.

The control works fine when it's dropped in a web form. However, in my case, the control is placed inside a user control for the RadGrid to use when EditFormType="WebUserControl".

I hope this is fixed in the upcoming 2009 Q2 SP1 or even Q3.


 

0
John
Top achievements
Rank 1
answered on 20 Aug 2009, 04:04 PM
If you turn off skinning on the telerik file upload, really, why use the control?  That's all it does different.  Might as well use the native control.  Nevertheless, as I was debugging this, I tried that, which triggered a half-dozen javascript errors.
0
Alex Gyoshev
Telerik team
answered on 24 Aug 2009, 10:34 AM
Hello all,

@Kari: can you please open a support ticket and provide us with a test case? We'll do our best to include it in the SP.

@Alexandre: I'll investigate the issue and hopefully, fix it for the SP.

@John: You're completely right! The only other benefit is the add/remove of rows and the progress area, but they are rather weak features compared to the styling. The styling, however, is rather "hacky", and thus, introduces so many problems. We have to do better this - yet we obviously cannot cover all of the scenarios. I promise that we'll refine the algorithm until we do.

Sincerely yours,
Alex
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kamen Bundev
Telerik team
answered on 31 Aug 2009, 01:35 PM
Hello All,

I want to throw in some additional information:

@Kari: this issue was fixed shortly after Q2 release and the fix is available with the SP1. Was also happening in Safari for Mac.

@Alexandre: If you're using Quirksmode, there was a change in the rendering in Q2 SP1 that ensured almost perfect support for this mode (and as a result for Sharepoint).

@John: The javascript errors when the skinning is turned off have been fixed in Q2 SP1.

@All: There was also an issue in IE when if you press the select button and slightly drag, the dialog fails to fire. This was partially fixed in Q2 SP1, ensuring that a small drag inside the button will fire the dialog. However if you drag from one side of the button to the other it will still fail (this luckily is not a common use case).

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Andrea
Top achievements
Rank 2
Iron
answered on 10 Sep 2009, 01:37 PM
I have this problem too, when the upload panel loaded the mouse cursor over the Select button is "text" type, the click fails the upload but appears the blinking text prompt.

This with the latest internal release.


Best Regards
0
Kamen Bundev
Telerik team
answered on 16 Sep 2009, 08:40 AM
Hi Andrea,

The default file input behavior in IE6/7 is to allow the user to write directly in the input text area. In IE8 due to security reasons the user is not allowed to write directly but the file selection dialog is not fired when you click there. We are trying to copy the default IE behavior in our RadControls for ASP.NET AJAX and that's why in IE the file selection dialog is not fired when you click on the input text area.

Sincerely yours,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Marco Laurito
Top achievements
Rank 2
answered on 17 Dec 2009, 04:17 PM
Dear Sirs,
i have the same problem of file selection not fired... I have the latest RadUpload 2008 Q3...

But i read here that even with the latest 2009 Q2 build is still an issue...

Is this issue fixed?

Thank you.

0
Veselin Vasilev
Telerik team
answered on 22 Dec 2009, 10:00 AM
Hi Marco Laurito,

The current latest official release is Q3 2009 SP1. If  you cannot upgrade to it I suggest to send us a sample page where the problem is reproducible with your version and we will try to find a solution for your case.

Thanks

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Pierre
Top achievements
Rank 1
answered on 22 Jan 2010, 11:09 AM
Hi,

Still same issue 2009.3.1103.35. Not firing the selected button under FF works under IE7. Not using custom styles linked to RadUpload but i have used one external css herited from Sitefinity in global1 line 372 :).

/*Form elements*/

.mainForm

 

input,.mainForm textarea{width:355px}

 


This is extending the radupload input zone (ruFakeInput) of file names and pushing the select button to left. In this case the select button not firing anymore. I have fixed with EnableFileInputSkinning="false" like others post suggest or moving these other css def. It's like you move the image of the fire zone of the item.
Advice, please.

Regards, Romi

0
Kamen Bundev
Telerik team
answered on 26 Jan 2010, 08:53 AM
Hello Pierre,

The problem is that input type file can't be styled (its width can't be changed through CSS) in Firefox and Webkit - you are changing only the width of the fake input that we use for styling and at the same time the real input type file that is hidden remains the same width (though reports the changed one) which leads to errors when calculating its position. The proper way to resize the RadUpload file input is to set its InputSize attribute (measured in characters since it sets the size attribute of the input control - in your case around 57).

You can also override the width setting for the .ruFileInput, but this is a hack and can probably lead to other issues:
.RadUpload .ruFileInput { width: auto; }

Kind regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Kellie
Top achievements
Rank 1
answered on 27 Jan 2011, 12:55 AM
Just in case this is a solution for others who have my particular situation.
Setting the Height as 20px on the RadUpload fixed my styling problem. It also addressed my problem of not being able to select.
I tried alot of stuff, so I lucked out with that.

Kellie Harrisson
Sierra Systems
Tags
Upload (Obsolete)
Asked by
Alex
Top achievements
Rank 2
Answers by
Erjan Gavalji
Telerik team
Steve
Top achievements
Rank 1
Stratos Karimbakas
Top achievements
Rank 1
Atanas Korchev
Telerik team
Veselin Vasilev
Telerik team
jack
Top achievements
Rank 1
David
Top achievements
Rank 1
Ravi
Top achievements
Rank 2
Lenny_shp
Top achievements
Rank 2
James Van Buren
Top achievements
Rank 2
Bruce Hochstetler
Top achievements
Rank 2
Genady Sergeev
Telerik team
Shonda
Top achievements
Rank 1
Clinton Smyth
Top achievements
Rank 1
Kirill Bykov
Top achievements
Rank 1
Tronn Carson
Top achievements
Rank 1
George Georgiou
Top achievements
Rank 1
Steve Todd
Top achievements
Rank 1
Scott Salyer
Top achievements
Rank 1
Kamen Bundev
Telerik team
Craig Hathaway
Top achievements
Rank 1
Alex Gyoshev
Telerik team
John
Top achievements
Rank 1
Kari
Top achievements
Rank 1
Alexandre
Top achievements
Rank 1
Andrea
Top achievements
Rank 2
Iron
Marco Laurito
Top achievements
Rank 2
Pierre
Top achievements
Rank 1
Kellie
Top achievements
Rank 1
Share this question
or