funciona subirFichero correctamente

This commit is contained in:
2025-12-17 13:34:09 +01:00
parent e15c0bcd8f
commit fbe1f2abf9
4 changed files with 6 additions and 11 deletions

View File

@@ -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; }
}
}