开发者

Upload files via Ajax?

开发者 https://www.devze.com 2023-01-26 05:55 出处:网络
Using the readAsBinaryString method of the FileReader, how properly upload images and such via Ajax? I kn开发者_C百科ow how to do the uploading; files get uploaded, and text files do display well but

Using the readAsBinaryString method of the FileReader, how properly upload images and such via Ajax? I kn开发者_C百科ow how to do the uploading; files get uploaded, and text files do display well but images cannot be rendered after such a transfer over the net. Note: the work is for a web service so I do not have access to server-side scripting.

0

精彩评论

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