Hi All,
I am using Q2 raduploadhandler and version is 2010.2.714.35. I have some issue when I upload files. It is saving the files in the folder where radhandler is present(12 hive) and we have to give "write" permission for the folder to all site users which leads to security issue. Please give me an alternate solution. Thanks a lot inadvance.
I am using Q2 raduploadhandler and version is 2010.2.714.35. I have some issue when I upload files. It is saving the files in the folder where radhandler is present(12 hive) and we have to give "write" permission for the folder to all site users which leads to security issue. Please give me an alternate solution. Thanks a lot inadvance.
5 Answers, 1 is accepted
0
Hi Vijaya,
The temporary folder used by the AsyncUpload handler is controlled by the TemporaryFileFolder property. The easiest way is to set it to a folder that resides in the App_Data folder. Thus way the ASP.NET process will be able to write the files without the need of special permissions.
All the best,
Genady Sergeev
the Telerik team
The temporary folder used by the AsyncUpload handler is controlled by the TemporaryFileFolder property. The easiest way is to set it to a folder that resides in the App_Data folder. Thus way the ASP.NET process will be able to write the files without the need of special permissions.
All the best,
Genady Sergeev
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
0

vijaya
Top achievements
Rank 1
answered on 25 Jul 2011, 01:46 PM
Thank you Genady Sergeev for your quick reply. But I am unable to find the property, "TemporaryFileFolder " of radhandler. And even App-Data folder is also not available in my application. How to find the path of this folder.
Thank you in advance.
Thank you in advance.
0

vijaya
Top achievements
Rank 1
answered on 27 Jul 2011, 02:07 PM
Hi All,
Thank you for your support and I am able to resolve the issue by overriding the SaveChunkData method in raduploadhandler. Thanks a lot.
Thank you for your support and I am able to resolve the issue by overriding the SaveChunkData method in raduploadhandler. Thanks a lot.
0
Hello Vijaya,
It seems that you are using RadUpload for Silverlight, not RadUpload for ASP.NET Ajax
Regards,
Genady Sergeev
the Telerik team
It seems that you are using RadUpload for Silverlight, not RadUpload for ASP.NET Ajax
Regards,
Genady Sergeev
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

vijaya
Top achievements
Rank 1
answered on 28 Jul 2011, 06:14 AM
Hi Genady Sergeev,
Yes, I am using radupload for silverlight and thank you so much for your help to resolve the issue.
Yes, I am using radupload for silverlight and thank you so much for your help to resolve the issue.