摘要: 上传预览我们可以这么写 scriptlanguage="javascript"functiontest(){document.all.showimg.src=document.all.file1.value;}/scriptimgid="showimg"inputtype="file"id="file1"onchange="test()"保存为html文件,运行,一切正常。当我们把上面的代码原封不动的拷贝到aspx文件中,运行毫无反应,原因在于 对安全的考虑限制image对本地文件的访问(即使你在aspx应用程序中用一个html页面替换aspx页面也无济于事.)google一下 阅读全文
posted @ 2010-12-31 09:51 菜鸟吃虫,虫吃菜 阅读(312) 评论(0) 推荐(0) 编辑