cancel
Showing results for 
Search instead for 
Did you mean: 

Silverlight cannot save the file to my local computer in web dynpro ABAP

Former Member
0 Kudos

Hi Experts,

We have a silverlight application that save the file to the local directory in Web Dynpro ABAP, The silverlight application is running successfully in local host (.NET test page deployed in local host). But, when we embed the silverlight application to the Web Dynpro ABAP, we get the following error,

"File operation not permitted. Access to path 'D:\sss.pdf' is denied."

Client Operating system: Windows 7

Client Browser              : IE 9

Thanx for your reply..

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Hasan,

I suspect that,  the user is not authorized to create files in D:\  drive directly.

Could you try to create a folder "MY_DATA" and change the path as below

D:\MY_DATA\sss.pdf

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Thanx for ur reply.

We tried this but did not work. We gave full access permission to everyone  for directory .