Open billie66 opened 9 years ago
现在点击文件上传按钮,图片就直接提交了,然后从服务器端得到图片地址,显示图片。
应该在图片上传到服务器之前,实现图片预览功能。
http://stackoverflow.com/questions/4459379/preview-an-image-before-it-is-uploaded
关于 HTML5 FileReader 的资料
http://caniuse.com/#feat=filereader
https://developer.mozilla.org/en-US/docs/Using_files_from_web_applications
http://tara1128.iteye.com/blog/1935141
http://msdn.microsoft.com/en-us/library/ie/hh580307(v=vs.85).aspx
一篇讨论 html5 File API 博客
http://www.html5rocks.com/en/tutorials/file/dndfiles/
现在点击文件上传按钮,图片就直接提交了,然后从服务器端得到图片地址,显示图片。
应该在图片上传到服务器之前,实现图片预览功能。