I have a problem when I try to upload an image in the imagemanager. I keep getting the error - cannot write to destination folder (Common_MessageCannotWriteToFolder).
I have given the NETWORK SERVICE full control to my "upload" folder. I am using windows 7 and IIS 7.5.
Any ideas?
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 03 Feb 2010, 05:07 PM
Hi Sune,
This problem should be fixed in the latest Q3 SP2 2009 build of RadControls for ASP.NET AJAX. You can verify this by testing the Default Example of RadEditor.
If the problem does not exist in the demo, then upgrade to the latest versin 2009.3.1314.
If you are able to reproduce the problem in the live example, please provide information and steps on how to reproduce it on our side.
Kind regards,
Rumen
the Telerik team
Watch a video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.
I guess my problem is that I use the following path - both view, upload and delete: "~/../data".
I can upload and view, but when I try to move, rename or delete i get the following error:
"The selected file could not be deleted because the application did not have enough permissions. Please, contact the administrator"
Kind regards
Sune
0
Rumen
Telerik team
answered on 10 Feb 2010, 03:30 PM
Hi Sune,
Indeed, this path is wrong. You should correct the path string for example to ~/images/data in order to fix the problem.
Kind regards,
Rumen
the Telerik team
Watch a video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.