摘要:
早些時候參考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 閱讀全文