funciona subirFichero correctamente
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
public class DatosFicheros
|
||||
{
|
||||
public int idDocumento { get; set; }
|
||||
public IFormFile fichero { get; set; }
|
||||
public string descripcion { get; set; }
|
||||
public string nombreFichero { get; set; }
|
||||
public byte[] fichero { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user