-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Sorry but HOW do you use this ? Any example available?
Adding to the view the following
@{ Html.RenderAction("GetComponent", "DropzoneAttachment", new { referenceId = Model.Id }); }
results in Compile Error in .NET 4.6.2.
Also,
var files = new DropzoneMonitor(Request).GetActiveUploadedFiles(tempFilesFolder);
Returns error as GetActiveUploadedFiles() has NO parameters.
Finally, GetActiveUploadedFiles() returns a IENumerable, is each string one of the files uploaded?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels