Skip to content

Instantly share code, notes, and snippets.

@yogyogi
Created June 19, 2021 13:54
Embed
What would you like to do?
ASP.NET MVC BlueImp jQuery File Upload
public class UploadFilesResult
{
public string name { get; set; }
public long size { get; set; }
public string type { get; set; }
public string url { get; set; }
public string deleteUrl { get; set; }
public string thumbnailUrl { get; set; }
public string deleteType { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment