diff --git a/ApiPolo/Controllers/PoloController.cs b/ApiPolo/Controllers/PoloController.cs index f38ffa0..2db27fc 100644 --- a/ApiPolo/Controllers/PoloController.cs +++ b/ApiPolo/Controllers/PoloController.cs @@ -6880,7 +6880,10 @@ namespace ApiPolo.Controllers pwd_storage = _confLette.ftp_pwd_stor != null ? _confLette.ftp_pwd_stor.Trim() : string.Empty; await FtpSendStorage(url_storage, usr_storage, pwd_storage, file, fileName); - await updPathFoto(ten, serialeRapportino, absolutePath, posiz, entitasViewModel); + + //await updPathFoto(ten, serialeRapportino, absolutePath, posiz, entitasViewModel); + //non devo più mandare il path completo ma solo il nome della foto. La posizione la costruisco lato portale + await updPathFoto(ten, serialeRapportino, fileName, posiz, entitasViewModel); return Ok(new { count = posiz, size });