We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5d78e commit 24df8ccCopy full SHA for 24df8cc
jQuery-File-Upload.MVC3/Upload/FilesStatus.cs
@@ -5,7 +5,7 @@ namespace jQuery_File_Upload.MVC3.Upload
5
{
6
public class FilesStatus
7
8
- public const string HandlerPath = "/";
+ public const string HandlerPath = "/Upload/";
9
10
public string group { get; set; }
11
public string name { get; set; }
0 commit comments