Allow user to choose path by selectFolder for SP11

オフライン
Hello Guys, I am facing issue in the javascript code. I want to open the folder dialog box to choose the path from local file system. Previously in SP6, aras.vault.selectFolder() was working fine. Is there any way to implement this in the SP11?   Thanks, Aaba
Parents
  • No. In SP9 the custom DLLs were removed completely so Aras runs as a standard web app without any plugins. This means that the only download option is the same as you have from any website, as the web browser does not allow javascript to write to the local file system. So, this is removed from Aras and allows it to run in Chrome and browser that don't support dynamic DLL download & usage from server to client. Usually you can set the browser to not have a default download folder, and instead "ask every time" or something similar. Maybe that helps?
Reply
  • No. In SP9 the custom DLLs were removed completely so Aras runs as a standard web app without any plugins. This means that the only download option is the same as you have from any website, as the web browser does not allow javascript to write to the local file system. So, this is removed from Aras and allows it to run in Chrome and browser that don't support dynamic DLL download & usage from server to client. Usually you can set the browser to not have a default download folder, and instead "ask every time" or something similar. Maybe that helps?
Children
No Data