简体   繁体   中英

How do I access a file's path without using ActiveX or Java

I'm developing some client based application and one of my projects needs to access a file and than move this file to another folder over the network.

I've written an ActiveX for this problem but some of my customers said that they didn't use Internet Explorer so I've decided to move my program into Java.

Today I read a news: Apple removes Java from all OS X Web browsers , they are still supporting Java but they stopped including pre-installed versions of Java in OS X.

So I want to know that Is there any way to solve this problem with Javascript or something else? I don't want to use external plug-ins.

There is no way to ask a web browser to move a file without using a plugin.

An <input type="file"> will suffice for uploading a file to the server. The File API will allow you to do more than just upload it, but that doesn't extend to moving it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM