Re: Huge files over 500 MB? - WeOnlyDo Discussion board

Re: Huge files over 500 MB? (General questions)

by cyman, Monday, March 15, 2010, 07:42 (5369 days ago) @ Simon

Update: It seems to be whenever the Uploads stucture is accessed with a large file (250 MB or more), it hangs for 15 minutes or so and then resumes. I'm assuming it is parsing the file data into the Uploads structure on-demand. Once it is done that for the first time, future access is fine.

Are there plans to add support for large files (250 MB-2GB+)? And if not, are there any other ways to work with large files, (aside from parsing the body file directly?). I can't use HTTP Put, I need to to HTTP Post.

Code Examples Where the Freeze happens
h = u.Request.Uploads(0)
For Each m As WODWEBSERVERLib.IWebRequestUploadPart In u.Request.Uploads


Complete thread: