fixe l'upload
This commit is contained in:
parent
56ddfa03de
commit
9d078e4e8e
14 changed files with 140 additions and 30 deletions
19
Yavsc/src/ViewModels/UserFiles/FileInfo.cs
Normal file
19
Yavsc/src/ViewModels/UserFiles/FileInfo.cs
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
|
||||
namespace Yavsc.ViewModels
|
||||
{
|
||||
public class FileInfo
|
||||
{
|
||||
|
||||
public string PermanentUri { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
public int Size { get; set; }
|
||||
|
||||
public DateTime Creation { get; set; }
|
||||
|
||||
public string MimeType { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue