我開發了一個asp.net mvc3 web應用程序,因爲我希望上傳圖片和videos.Images保存在服務器路徑中,但當我上傳超過50MB的視頻文件時顯示錯誤如何將大型視頻文件上傳到mvc3服務器路徑中
This webpage is not availableThe webpage at http://localhost:1318/Campaign/Advertises might be temporarily down or it may have moved permanently to a new web address.
Here are some suggestions:
Reload this web page later.
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
這是我得到了錯誤,請幫助我如何解決這個上傳文件在服務器路徑。
你可以看看的[在博客文章(http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net的.aspx)。 [Silverlight文件上傳](http://silverlightfileupld.codeplex.com/)是您可以在客戶端上使用的一個組件。 –