This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - how to access local file using remotely accessing aras from another computer

vinayak.y - Wednesday, September 12, 2012 2:41 AM:

Hi,

1. I have created generic action on which one form is open.

2. It contains button when i click on butoon  folder browser open ..after selecting folder then i click ok button which call   javascript method .

3. method call C# method internally.

var results = inno.applyMethod("nt_CeateCandidateWithResume", "<file>"+filename+"</file>");

4.In which i have written code to access files inside folder.
string directoryname= this.getProperty("file");
string[] filepaths = Directory.GetFiles(@directoryname);

code executed successfully on my machine but when i access aras on  my machine from another machine remotely

it gives error cant find directory...

Thanks,

Vinayak 



jagdish - Wednesday, September 12, 2012 9:21 AM:

hi Vinayak..........

i think you can check Working Directory location on Client machine from which you are accessing......