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

AsyncUpload issue with Firefox?

3 Answers 108 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 21 Jul 2010, 12:41 PM
Hey guys,

i`have noticed an issue with RadAsyncUpload.It occurs that the AsyncUpload controls doesn`t work within Firefox?

In IE and Webkit it runs perfectly but in in Firefox it shows no function. I even can`t select a file.

It is curious because on your Demo site it is working very well within firefox.

I`m using the new Q2 2010.02.713 release of the controls.

Any suggestions out there?

3 Answers, 1 is accepted

Sort by
0
Tojara
Top achievements
Rank 1
answered on 23 Jul 2010, 08:20 AM
I think I've faced that problem only a single time. It seemed to be a problem with Flash. Can you paste your mark-up here?
0
Chris
Top achievements
Rank 1
answered on 23 Jul 2010, 08:32 AM
Hello Tojara,

thanks four your quick reply and also for your trouble.

Theres is my markup for the AsyncUploadControl:

<telerik:RadAsyncUpload ID="rauBeitragImage"
                        runat="server" AllowedFileExtensions=".jpg"
                        MaxFileInputsCount="1"
                        MaxFileSize="5242880"
                        InitialFileInputsCount="1"
                        OverwriteExistingFiles="true"
                        EnableEmbeddedBaseStylesheet="True"
                        Skin="Windows7"
                        OnClientValidationFailed="ImageUploadValidationFailed"
                        OnClientFileSelected="onFileSelected"
                        ReadOnlyFileInputs="True"
                        InputSize="50"
                        OnClientFileUploaded="onFileUploaded" 
                        AutoAddFileInputs="True">
</telerik:RadAsyncUpload>


There is nothing special on my site which could influence the control.

I have the feeling that the JS for the ClientValidation may be corrupt and inflict the control?
0
Chris
Top achievements
Rank 1
answered on 23 Jul 2010, 09:29 AM
Alright, i got the issue.

It was in the ClientValidation Javascript. I got the Objects in Javascript by Name. That worked very well, except of firefox. After changing to get the Objects by ID, it works in firefox as well. 
Tags
AsyncUpload
Asked by
Chris
Top achievements
Rank 1
Answers by
Tojara
Top achievements
Rank 1
Chris
Top achievements
Rank 1
Share this question
or