How can I get an images data in base64 from a file input without FileReader() in Javascript?

佐手、 提交于 2019-12-13 04:49:06

问题


Is there a way to get the image data without FileReader()?

I'm looking for an older non-browser specific way to do it in javascript.

来源:https://stackoverflow.com/questions/20007106/how-can-i-get-an-images-data-in-base64-from-a-file-input-without-filereader-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!