i need somehow implement ability upload files through asp.net application working withing our corporate network. problem files getting increasingly big. @ moment we're using generic asynchronous upload problem files getting increasingly big , max limit of 3.9gb per file set through maxallowedcontentlength
since max value of uint
won't allow more. files users suppose upload exceed value , might reach 100gb in size.
i tried looking online solution problem in articles large files people mean 1gb @ best.
so there way upload large files (up 100g) through asp.net mvc\webapi application or need alternative solutions?
yes there is, need split file in smaller parts see example here: http://forums.asp.net/t/1742612.aspx?how+to+upload+a+big+file+in+mvc+
Comments
Post a Comment