billie66 / image

upload and crop a image
0 stars 0 forks source link

预览图片 #2

Open billie66 opened 9 years ago

billie66 commented 9 years ago

现在点击文件上传按钮,图片就直接提交了,然后从服务器端得到图片地址,显示图片。

应该在图片上传到服务器之前,实现图片预览功能。

billie66 commented 9 years ago

http://stackoverflow.com/questions/4459379/preview-an-image-before-it-is-uploaded

billie66 commented 9 years ago

关于 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

billie66 commented 9 years ago

一篇讨论 html5 File API 博客

http://www.html5rocks.com/en/tutorials/file/dndfiles/