|
A. In Javascript filesystem access is a privileged operation and requires a digitally signed ActiveX component. Your Javascript code cannot access the files and folders directly and the ActiveX component performs the operation in a secure way on behalf of the script. This complication is necessary to make sure that script is not able to obtain unauthorized information from the users' computers or corrupt their systems.
Georgia SoftWorks WWWFiles is an ActiveX web component digitally signed by Georgia SoftWorks which allows Javascript applications to access (with user's permission) the client machine's file system, select files, folders and query their properties. This includes all files and folders accessible to the currently logged on user. No file information is available to the script unless the file is selected by the user. In other words, the script does not have the capability to initiate a properties query of arbitrary files and folders. Instead, it gets a callback after the user selected one or more files and folders through the GUI provided by WWWFiles. WWWFiles component is not provided to subvert the Javascript security model but rather to work with it. With WWWFiles the developer has an efficient web component that provides a rich user experience while preventing malicious scripts from being able to gain unauthorized access to the users' computers.
![]() |
|