We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42502d0 commit 6c96430Copy full SHA for 6c96430
jQueryFileUpload/Upload.ashx.cs
@@ -58,7 +58,7 @@ public void ProcessRequest(HttpContext context)
58
{
59
// Set the image paths
60
ImagePath = context.Server.MapPath("~/Content/UserContent/Images/");
61
- ThumbPath = context.Server.MapPath("~/Content/UserContent/Images/Thumbs/");
+ ThumbPath = context.Server.MapPath("~/Content/UserContent/Images/");
62
63
context.Response.AddHeader("Pragma", "no-cache");
64
context.Response.AddHeader("Cache-Control", "private, no-cache");
0 commit comments