fix: fix file upload issue (#8)
This commit is contained in:
Родитель
5399b828b1
Коммит
84fd333925
|
@ -21,7 +21,7 @@ namespace Vditor.Models
|
|||
public string Accept { get; set; }
|
||||
public bool Multiple { get; set; } = true;
|
||||
public string FieldName { get; set; } = "file[]";
|
||||
public Dictionary<string, string> ExtraData { get; set; }
|
||||
public Dictionary<string, string> Headers { get; set; }
|
||||
public Dictionary<string, string> ExtraData { get; set; } = new Dictionary<string, string>();
|
||||
public Dictionary<string, string> Headers { get; set; } = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче