简体   繁体   中英

download a file from server to mobile device in javascript

I am able to download a file from sever in desktop . But not able to download a file in mobile device.

Like to download a file in mobile device in js code

JavaScript is a client-side scripting language

You're going to have to use node.js. JavaScript is a client-side scripting language and you can make requests through JavaScript, but you can't perform server-side actions from inside a certain object/environment with JavaScript.

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