Skip to content

Commit 24df8cc

Browse files
committed
Fixed problem with DELETE handler path.
1 parent cb5d78e commit 24df8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jQuery-File-Upload.MVC3/Upload/FilesStatus.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace jQuery_File_Upload.MVC3.Upload
55
{
66
public class FilesStatus
77
{
8-
public const string HandlerPath = "/";
8+
public const string HandlerPath = "/Upload/";
99

1010
public string group { get; set; }
1111
public string name { get; set; }

0 commit comments

Comments
 (0)