Skip to content

Instantly share code, notes, and snippets.

@felipebossolani
Created June 27, 2019 09:29
Show Gist options
  • Save felipebossolani/d7d9e5cf056bd5821cf59f73dd63a391 to your computer and use it in GitHub Desktop.
Save felipebossolani/d7d9e5cf056bd5821cf59f73dd63a391 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