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

IE 8 64 bit: file selection dialog stops appearing after 2-3 uploads, also doesn't open in IE-64 bit IE8 compatibility view (might be css issue)

2 Answers 84 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Shukhrat Nekbaev
Top achievements
Rank 1
Shukhrat Nekbaev asked on 24 Mar 2011, 04:24 PM
Hi,

as subject says.

<telerik:RadAsyncUpload runat="server" ID="RadAsyncUploadImageForNavNode" AllowedFileExtensions="jpg,jpeg,png,gif" CssClass="i1nvisible p1ixelWidthHeight"
                   MaxFileSize="5242880" MultipleFileSelection="Disabled" OnFileUploaded="RadAsyncUploadImageForNavNode_FileUploaded" EnableInlineProgress="false" 
                   MaxFileInputsCount="1" OnClientFileUploaded="RadAsyncUploadImageForNavNode_OnClientFileUploaded" Localization-Select="<%$ Resources:PGC, ProjectContentElement_UploadImage %>">
               </telerik:RadAsyncUpload>


I needed only Select button, so this is the css I took somewhere from this forum:

.createContentPageAdditionalOptions .RadUpload input.ruFakeInput
{
    display: none;
}
.createContentPageAdditionalOptions .RadUpload input.ruBrowse
{
    width: 115px;
.createContentPageAdditionalOptions .RadUpload span.ruFileWrap input.ruButtonHover
{
    background-position: 100% -46px;
}
.createContentPageAdditionalOptions .RadUpload input.ruButton
{
    background-position: 0 -46px;
}

Thx!

2 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 29 Mar 2011, 01:06 PM
Hi Shukhrat,

We tested the behavior locally, but couldn't reproduce the problem.

Please find attached a project as part of our local tests.
I'm also attaching you a short video how it behaves locally:
http://screencast.com/t/Saj617AL8n

Does the attached project work at your side? If yes - could you please modify it so we can see the problem locally?

Note that you have set the MaxFileInputsCount="1", which means that you can upload only 1 file.

Regards,
Helen
the Telerik team
0
Shukhrat Nekbaev
Top achievements
Rank 1
answered on 05 Apr 2011, 02:10 PM
Hi,

thx for reply.

Since then I've upgraded to IE9 and changed "Select" button's appearance, since that it's ok. Checked attached sample, works also, was able to replicate issue only 1, but in 99% of other trials it was ok, so seems at least now this could be considered as "not an issue".
Thanks a lot!
Tags
AsyncUpload
Asked by
Shukhrat Nekbaev
Top achievements
Rank 1
Answers by
Helen
Telerik team
Shukhrat Nekbaev
Top achievements
Rank 1
Share this question
or