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

Problems about ImageManager of RadEditor after upgrading

1 Answer 108 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Vinix
Top achievements
Rank 1
Vinix asked on 09 Sep 2015, 12:19 PM

Developing Environment: Windows 10 + ASP.net 4.0 + UI for ASP.NET AJAX 2015.2.729.40
Target Server: Windows Server 2003 SP2

I'm originally using UI for ASP.NET AJAX 2010.3.1317.40 and installed 2015.2.729.40. After ​that, I can not upload image in ImageManager of RadEditor. After multiple testing, I found that it's because the ​async uploading feature. The feature is on by default in the new version, so it will use /App_Data/RadUploadTemp for temp storage, but the permission is Read/Execute o​riginally. After setting the permission to the temp folder, I can now upload image, but uploaded image didn't get focused automatically.I have to page down to find the image since there are lots of files. I set ImageManager.EnableAsyncUpload to false to workaround the problem. Why it's not focused after async-uploading?

Besides, I suggest to update online document (http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/dialogs/examples/upload-images-to-the-server) aboout RadEditor, since the account used by IIS has changed from NETWORK SERVICE to <AppPoolIdentity>. And, there is nothing about the temp folder of AsyncUpload in this page. I finally found it in http://docs.telerik.com/devtools/aspnet-ajax/controls/asyncupload/overview.

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 10 Sep 2015, 10:13 AM
Hi Vinix,

The default upload control is indeed changed and in order for the uploading to work the App_Data folder should have read/write permissions.  However, selecting of the file after upload works on my end, you can also check this with this online demo—http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx.

As for documentation, the note is left for the users that still use older versions of the controls. What it will be updated soon is an additional paragraph mentioning the change of the default upload control.

Regards,
Ianko
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Documentation and Tutorials
Asked by
Vinix
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or