Re: User.Request.Filename - issue setting true Tem - WeOnlyDo Discussion board

Re: User.Request.Filename - issue setting true Tem (General questions)

by wodSupport, Wednesday, December 06, 2006, 23:29 (6561 days ago) @ D Waters

Dave,

I have duplicated yuor problem - but this isn't a bug actually. Component has to seek through the file, line by line, searching for mulitple parts (since it's form-based upload). Obviously, when doing this with 90MB file in the same thread as all users, you see a freeze. You can not avoid it.

You can, of course, use mutliple threads, but NOT in VB6.. Perhaps setting Threads = SafeThreads would help..
Kreso


Complete thread: