Upload file more than 4GB by jquery to asp.net MVC -


im working on asp mvc application . in application want upload file more 4gb or 5 gb server side jquery cant upload more 6mg . 1 me!

above code application

this settings 1gb, can adjust value upon request in web config

 <system.web>     <httpruntime maxrequestlength="1048576" />     ...  <system.webserver>     <security>       <requestfiltering>          <requestlimits maxallowedcontentlength="1073741824" />       </requestfiltering>    </security> 

maxrequestlength in kb
maxallowedcontentlength in byte


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -