Problem and unable to solved it:( Help me out of this

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i have problem . i am using asp.net and i can upload file upto 2mb very fine no server connection lost nothing.....
i extend the max size to 10mb and allow user to upload that much file to the server. but i got problem when ever user try to upload that mush of file to the server he got time out and connection lost ..... i find out that its the asp.net problem as i am using streaming which keep http to open port for user always but problem is still there.... i dont want to use other people share controls as my host doesnot support it. is there any better way to do that thing with asp.net....
i will appreciate if any one get out of me ...........
if any one have some materail about that please tell me or any link where from i can get it.....
Thank
Amjad
 
increase session timeout

Amjad said:
Hi i have problem . i am using asp.net and i can upload file upto 2mb very
fine no server connection lost nothing......
i extend the max size to 10mb and allow user to upload that much file to
the server. but i got problem when ever user try to upload that mush of file
to the server he got time out and connection lost ..... i find out that its
the asp.net problem as i am using streaming which keep http to open port for
user always but problem is still there.... i dont want to use other people
share controls as my host doesnot support it. is there any better way to do
that thing with asp.net.....
 
Back
Top