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

radasyncupload in IE 9

17 Answers 214 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
ehsan sadeghi
Top achievements
Rank 1
ehsan sadeghi asked on 24 May 2011, 06:08 AM
radasyncupload doesn't work in IE 9. does anybody have any idea?

17 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 24 May 2011, 11:03 AM
Hello,

Does it work at our online examples?


Greetings,
Helen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jamie
Top achievements
Rank 1
answered on 28 May 2011, 06:49 PM
Nope.  In my case, the browser simply freezes when I click the Upload button.  I have to kill it via Task Manager.  I also tried running it in compatibility mode, and the result is the same; browser freezes.
0
Helen
Telerik team
answered on 31 May 2011, 11:47 AM
Hello Jamie,

Do you have Flash/Silverlight installed?
You may see all installed add-ons trough: Tools - Manage add-ons.

Regards,
Helen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jamie
Top achievements
Rank 1
answered on 31 May 2011, 12:50 PM
I do indeed have them both installed.  Actually, I figured out my own issue last night; I rebooted.  After my computer came back up, it worked just fine.
0
Brandon
Top achievements
Rank 1
answered on 01 Jun 2011, 07:37 PM
Rebooting did not work for me.
Demos all work in IE, but my page does not.
0
Nordy
Top achievements
Rank 1
answered on 01 Jun 2011, 08:43 PM
Brian, did you include the OnClientFileUploaded javascript event handler of the RadAsyncUpload control?  Without that, the Ajax call doesn't occur.

function fileUploaded(sender, args{
    $find($('#RadAjaxManager1')).ajaxRequest();
};
0
Umer Khalid Butt
Top achievements
Rank 1
answered on 23 Feb 2012, 12:36 PM
Hi 
I am using the RadAsyncUpload control (Ajax updating) to change profile picture of users. It works fine in IE on my development machine. But when i deployed it it dont work in case of IE and works fine for Chrome/FF. Can anyone help me please.

The exception is as follows:
Could not find file '..\App_Data\RadUploadTemp\ofy4ifza.t0a'

Thanks in advance
0
Nordy
Top achievements
Rank 1
answered on 23 Feb 2012, 02:10 PM
Based on that error, I'd say you need to make sure that whatever user you're running the application as has write permissions to the App_Data directory of the site.  This would be the ASP.NET User by default.  The Upload control puts content that it's streaming to your site in that folder; you then do with it as you need.
0
Attila
Top achievements
Rank 1
answered on 17 Jul 2012, 06:48 PM
I get the same error regarding "Could not file file 'C:\Blah\App_Data\RadUploadTemp\<Some GUID>'." when running in Visual Studio on my local computer. I'm an admin on my machine, so I don't see how it could be permissions related. 
0
Nordy
Top achievements
Rank 1
answered on 17 Jul 2012, 08:19 PM
You may be an admin on your machine, but ASP.NET doesn't run as you.  It runs as the user that the application pool of your site is running as, which is NetworkService for IIS6 and 7.  For IIS 7.5, you get a different user created for each application pool, and will be called "IIS AppPool\<AppPoolName>".  So, for the DefaultAppPool, the user is "IIS AppPool\DefaultAppPool".  On your App_Data folder, you'll want to add this user (you won't find it using search in IIS 7.5, so you'll just need to type in "IIS AppPool\DefaultAppPool", or whatever, without the quotes of course), and grant it Write permissions.
0
Attila
Top achievements
Rank 1
answered on 17 Jul 2012, 09:22 PM
I was able to resolve my error by removing the TemporaryFolder property from the RadAsyncUpload control in the UI. Having said that, the error was rather misleading.
0
Nordy
Top achievements
Rank 1
answered on 17 Jul 2012, 09:33 PM
Glad you got it fixed!  Good luck!
0
chaitanya
Top achievements
Rank 1
answered on 07 Oct 2014, 11:57 AM
OnClientFileUploaded is not firing in IE9 its good in all browser except IE9
can any one help me
0
Hristo Valyavicharski
Telerik team
answered on 07 Oct 2014, 01:07 PM
Hi chaitanya,

try to set DisablePlugins property to true.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
chaitanya
Top achievements
Rank 1
answered on 07 Oct 2014, 01:14 PM
Hi Hristo Valyavicharski,

DisablePlugins property did not work for me what mistake i did here

0
chaitanya
Top achievements
Rank 1
answered on 08 Oct 2014, 10:14 AM
Iam using RadAsyncUpload telerik control for uploading a image it is work in all browsers except less than IE10 For postback iam using  OnClientFileUploaded event but it is not firing. iam using 2012.2.912.40 version of telerik controls
0
Hristo Valyavicharski
Telerik team
answered on 10 Oct 2014, 12:36 PM
Hi chaitanya,

Please attach sample project, so we can make further investigation.

Thanks.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Upload (Obsolete)
Asked by
ehsan sadeghi
Top achievements
Rank 1
Answers by
Helen
Telerik team
Jamie
Top achievements
Rank 1
Brandon
Top achievements
Rank 1
Nordy
Top achievements
Rank 1
Umer Khalid Butt
Top achievements
Rank 1
Attila
Top achievements
Rank 1
chaitanya
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
Share this question
or