Hello, first of all I am not sure if i can post a JSP question here. I apologize if it’s not and please let me know where I could.
Coming to the point, I recently developed a Javascript which accesses windows file system using activeX Object and it worked fine, but unfortunately I cannot copy this code on to UNIX server and run with a UNIX file system (UNIX file path in my code) and I also realized that java script cannot use file systems. So I have planned to rewrite my code using JSP to access the UNIX file system. I am not even sure if could accomplish this task with JSP. If it can be done please give me a start. If not what are my options using the java family.
Coming to the point, I recently developed a Javascript which accesses windows file system using activeX Object and it worked fine, but unfortunately I cannot copy this code on to UNIX server and run with a UNIX file system (UNIX file path in my code) and I also realized that java script cannot use file systems. So I have planned to rewrite my code using JSP to access the UNIX file system. I am not even sure if could accomplish this task with JSP. If it can be done please give me a start. If not what are my options using the java family.
Comment