We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24df8cc commit 911fc87Copy full SHA for 911fc87
jQuery-File-Upload.MVC3/Upload/UploadHandler.ashx.cs
@@ -30,7 +30,7 @@ public void ProcessRequest(HttpContext context)
30
{
31
context.Response.AddHeader("Pragma", "no-cache");
32
context.Response.AddHeader("Cache-Control", "private, no-cache");
33
-
+ //Comment here
34
HandleMethod(context);
35
}
36
0 commit comments