The session time is out before image uploaded
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I want to upload one large image through one website, while uploading image, the session time is out before image uploaded. how can i solve this problem.bcz my website session time is fixed. what to do? Pls help me.
-
Hi all, I want to upload one large image through one website, while uploading image, the session time is out before image uploaded. how can i solve this problem.bcz my website session time is fixed. what to do? Pls help me.
ASP.NET has a default file upload size of 4MB. Read this[^] to get an idea about changing it.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions