Skip to content

Instantly share code, notes, and snippets.

@felipebossolani
Created June 27, 2019 09:30
Show Gist options
  • Save felipebossolani/a6ce58a13f8400b55b90602315f82e22 to your computer and use it in GitHub Desktop.
Save felipebossolani/a6ce58a13f8400b55b90602315f82e22 to your computer and use it in GitHub Desktop.
public class FileUploadResult
{
public long Length { get; set; }
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment