开发者

Javascript upload files to page, without going over a WebServer

开发者 https://www.devze.com 2023-01-31 12:20 出处:网络
I\'m wondering if it is possible, to upload开发者_如何转开发 a file from the local Computer to a page, without uploading it to a webserver first and then download it from there with ajax.

I'm wondering if it is possible, to upload开发者_如何转开发 a file from the local Computer to a page, without uploading it to a webserver first and then download it from there with ajax.

Can this work with just Javascript & Google Chrome, or must I use flash or something like that?


You must go to the server first. I suppose it might be possible to do a temporary upload to a page but for anything permanent you would need to use a webserver and server side code. All of this can be done in javascript (but would recommend jQuery to make your life easier) and a server side scripting language such as PHP or ASP.

0

精彩评论

暂无评论...
验证码 换一张
取 消