> I think your analysis is correct. You have to avoid certain API or > you do extra work, and maybe take up extra space. Usually this is > unimportant, but in your case it isn't. > > Anyway, sounds like you are making progress. Please let me know if I > have led you down the wrong path. This stuff isn't really documented > anywhere.
Your code works great and you didn't lead me down any wrong paths. As long as no calls to ns_queryget are made when a large file upload is received, then your form parser grabs the files out of the form in a memory efficient way. I'm just about to put it into widespread production, but it's been working on my production linux server and osx development machines perfectly so far. -john -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[email protected]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
