Skip to content

Commit 6c96430

Browse files
committed
Reference main images folder for thumbs - until they are uploaded separately
1 parent 42502d0 commit 6c96430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jQueryFileUpload/Upload.ashx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void ProcessRequest(HttpContext context)
5858
{
5959
// Set the image paths
6060
ImagePath = context.Server.MapPath("~/Content/UserContent/Images/");
61-
ThumbPath = context.Server.MapPath("~/Content/UserContent/Images/Thumbs/");
61+
ThumbPath = context.Server.MapPath("~/Content/UserContent/Images/");
6262

6363
context.Response.AddHeader("Pragma", "no-cache");
6464
context.Response.AddHeader("Cache-Control", "private, no-cache");

0 commit comments

Comments
 (0)