Re: User.Request.Filename - issue setting true Tem (General questions)
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