摘要:
早些时候参考http://code.google.com/p/html5uploader/ 写了一个jquery的html5上传控件。
昨天在一个asp.net mvc3的网站中测试时遇到一些很恶心的问题:
1,文件小的时候,可以正常上传。(比如10M左右都可以。我改了web.config,,理论上可以传200M)
2,在上传一个45MB的PSD文件时,报404错误。
404啊。。。一般是web server找不到资源时才会报的错误,怎么可能在文件上传的时候抛出这种类型的异常呢???最要命的是文件比较小的时候是正常的。
chrome 控制台报的错误:
Failed to load resource: the server responded with a status of 404 (Not Found) 阅读全文
摘要:
Windows Command Line Find and replace - Made easy with FART.exeHere is a great little application that does a find and replace on a particular file, file type or file contents, then replaces it with a string of your choice. It can look in sub directories as well.The small app is called FART, yes tha 阅读全文