C# Response Shows Download Unsuccessful Error On Android Browser
I used Asp.net and C# to run this website and to approach mobile version, I used jQuery mobile. When I download via desktop browser is working fine and when I try to download via m
Solution 1:
I had similar issue, file download was failing in Chrome. I just removed Response.Flush() and Response.Close() and added just Response.End() which worked
Post a Comment for "C# Response Shows Download Unsuccessful Error On Android Browser"