Strange page reload after picture upload

Hi A recurring issue has been identified in the system’s image upload process: after a photo is uploaded, the page automatically refreshes. As a result, all previously uploaded images and data are lost completely.
When the photos are saved in time, they remain stored correctly and can be retrieved without problems. However, this requires careful and almost lucky timing, which is not a reliable workflow.
here some output from dotnet

dotnet watch 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.
  💡 Press "Ctrl + R" to restart.
dotnet watch ⌚ Building D:\ASPNETMAKER\WebSites\APU\APUproject.csproj ...
dotnet watch 🔨 Build succeeded: D:\ASPNETMAKER\WebSites\APU\APUproject.csproj
Uso delle impostazioni di avvio di D:\ASPNETMAKER\WebSites\APU\Properties\launchSettings.json...
[10:39:21 INF] User profile is available. Using 'C:\Users\giuse\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
[10:39:22 INF] Now listening on: http://localhost:5000
[10:39:22 INF] Now listening on: http://[::]:5000
[10:39:22 INF] Application started. Press Ctrl+C to shut down.
[10:39:22 INF] Hosting environment: Development
[10:39:22 INF] Content root path: D:\ASPNETMAKER\WebSites\APU
[10:39:22 INF] Request starting HTTP/1.1 GET http://localhost:5000/ - null null
[10:39:22 INF] Checking for conditional GET/HEAD.
[10:39:22 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:22 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:22 INF] Checking for conditional PUT/PATCH.
[10:39:22 INF] Not valid - method isn't PUT or PATCH.
[10:39:22 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:22 INF] Accessing expired session, Key:d1ce5776-c1d1-16d4-0a96-93d710392561
[10:39:22 INF] Session started; Key:d1ce5776-c1d1-16d4-0a96-93d710392561, Id:ffed4943-e9a5-8947-ed7b-fbdc3f35f590
[10:39:24 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.Index (AspNetMaker2025)'
[10:39:24 INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:24 INF] Executing LocalRedirectResult, redirecting to /RichiesteList.
[10:39:24 INF] Executed action AspNetMaker2025.Controllers.HomeController.Index (AspNetMaker2025) in 44.8137ms
[10:39:24 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.Index (AspNetMaker2025)'
[10:39:24 INF] Generating expiration headers.
[10:39:24 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:24 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:24 INF] Not generating Validation headers as the response status code does not indicate success.
[10:39:24 INF] Generating Vary header.
[10:39:24 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:24 INF] Request finished HTTP/1.1 GET http://localhost:5000/ - 302 0 null 1900.635ms
[10:39:24 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteList - null null
[10:39:24 INF] Checking for conditional GET/HEAD.
[10:39:24 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:24 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:24 INF] Checking for conditional PUT/PATCH.
[10:39:24 INF] Not valid - method isn't PUT or PATCH.
[10:39:24 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:25 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:25 INF] Route matched with {action = "RichiesteList", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteList() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:27 INF] Request starting HTTP/1.1 GET http://localhost:5000/ - null null
[10:39:27 INF] Checking for conditional GET/HEAD.
[10:39:27 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:27 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:27 INF] Checking for conditional PUT/PATCH.
[10:39:27 INF] Not valid - method isn't PUT or PATCH.
[10:39:27 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:28 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.Index (AspNetMaker2025)'
[10:39:28 INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:28 INF] Executing LocalRedirectResult, redirecting to /RichiesteList.
[10:39:28 INF] Executed action AspNetMaker2025.Controllers.HomeController.Index (AspNetMaker2025) in 79.0133ms
[10:39:28 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.Index (AspNetMaker2025)'
[10:39:28 INF] Generating expiration headers.
[10:39:28 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:28 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:28 INF] Not generating Validation headers as the response status code does not indicate success.
[10:39:28 INF] Generating Vary header.
[10:39:28 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:28 INF] Request finished HTTP/1.1 GET http://localhost:5000/ - 302 0 null 990.0667ms
[10:39:29 INF] Executing ViewResult, running view RichiesteList.
[10:39:31 INF] Executed ViewResult - view RichiesteList executed in 4634.0415ms.
[10:39:31 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025) in 5464.1717ms
[10:39:31 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:31 INF] Generating expiration headers.
[10:39:31 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:31 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:31 INF] Generating Validation headers.
[10:39:31 INF] Validation headers generated. ETag: Strong, "A921D727BED4685AB537BA250397FB7B". Last-Modified: Tue, 19 Aug 2025 08:39:31 GMT
[10:39:31 INF] Generating Vary header.
[10:39:31 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteList - null null
[10:39:31 INF] Checking for conditional GET/HEAD.
[10:39:31 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:31 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:31 INF] Checking for conditional PUT/PATCH.
[10:39:31 INF] Not valid - method isn't PUT or PATCH.
[10:39:31 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteList - 200 null text/html; charset=utf-8 6536.2503ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/select2.min.css?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/select2-bootstrap5.min.css?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/plugins/fontawesome-free/css/all.min.css?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/css/select2.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\select2.min.css'
[10:39:31 INF] Sending file. Request path: '/css/select2-bootstrap5.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\select2-bootstrap5.min.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/select2.min.css?v=25.4.4 - 200 16265 text/css 8.9607ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/select2-bootstrap5.min.css?v=25.4.4 - 200 10410 text/css 8.2534ms
[10:39:31 INF] Sending file. Request path: '/plugins/fontawesome-free/css/all.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\plugins\fontawesome-free\css\all.min.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/plugins/fontawesome-free/css/all.min.css?v=25.4.4 - 200 96526 text/css 11.6967ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/adminlte3/css/adminlte.min.css?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/pace.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/APUproject.min.css?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/pace.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\pace.js'
[10:39:31 INF] Sending file. Request path: '/css/APUproject.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\APUproject.min.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/pace.js?v=25.4.4 - 200 26853 text/javascript 1.3157ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/APUproject.min.css?v=25.4.4 - 200 85015 text/css 1.557ms
[10:39:31 INF] Sending file. Request path: '/adminlte3/css/adminlte.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\adminlte3\css\adminlte.min.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/adminlte3/css/adminlte.min.css?v=25.4.4 - 200 1296820 text/css 12.6926ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/ewcore.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/ewcore.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\ewcore.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/ewcore.min.js?v=25.4.4 - 200 24970 text/javascript 1.0653ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - null null
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - 200 16481 application/javascript; charset=utf-8 1.7262ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/jquery.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/popper.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/sweetalert2.min.css?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/jquery.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\jquery.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/jquery.min.js?v=25.4.4 - 200 87535 text/javascript 1.4578ms
[10:39:31 INF] Sending file. Request path: '/js/popper.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\popper.min.js'
[10:39:31 INF] Sending file. Request path: '/css/sweetalert2.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\sweetalert2.min.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/popper.min.js?v=25.4.4 - 200 20128 text/javascript 1.5913ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/sweetalert2.min.css?v=25.4.4 - 200 30594 text/css 1.4931ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/jquery.fileupload.css?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/jquery.fileupload-ui.css?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/cropper.min.css?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/css/jquery.fileupload.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\jquery.fileupload.css'
[10:39:31 INF] Sending file. Request path: '/css/jquery.fileupload-ui.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\jquery.fileupload-ui.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/jquery.fileupload.css?v=25.4.4 - 200 691 text/css 1.2825ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/jquery.fileupload-ui.css?v=25.4.4 - 200 1371 text/css 0.9385ms
[10:39:31 INF] Sending file. Request path: '/css/cropper.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\cropper.min.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/cropper.min.css?v=25.4.4 - 200 3750 text/css 1.0015ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/colorbox/colorbox.css?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/tempus-dominus.min.css?v=25.4.0 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/luxon.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/colorbox/colorbox.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\colorbox\colorbox.css'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/colorbox/colorbox.css?v=25.4.4 - 200 4534 text/css 1.4477ms
[10:39:31 INF] Sending file. Request path: '/css/tempus-dominus.min.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\tempus-dominus.min.css'
[10:39:31 INF] Sending file. Request path: '/js/luxon.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\luxon.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/luxon.min.js?v=25.4.4 - 200 81694 text/javascript 1.7046ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/tempus-dominus.min.css?v=25.4.0 - 200 29714 text/css 1.6858ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/ua-parser.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/purify.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/cropper.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/ua-parser.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\ua-parser.min.js'
[10:39:31 INF] Sending file. Request path: '/js/cropper.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\cropper.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/ua-parser.min.js?v=25.4.4 - 200 23757 text/javascript 1.1415ms
[10:39:31 INF] Sending file. Request path: '/js/purify.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\purify.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/cropper.min.js?v=25.4.4 - 200 37265 text/javascript 0.9866ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/purify.min.js?v=25.4.4 - 200 22308 text/javascript 1.7379ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/sweetalert2.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/load-image.all.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/tippy.umd.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/tippy.umd.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\tippy.umd.min.js'
[10:39:31 INF] Sending file. Request path: '/js/load-image.all.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\load-image.all.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/tippy.umd.min.js?v=25.4.4 - 200 24076 text/javascript 0.9616ms
[10:39:31 INF] Sending file. Request path: '/js/sweetalert2.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\sweetalert2.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/load-image.all.min.js?v=25.4.4 - 200 26303 text/javascript 1.1839ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/sweetalert2.min.js?v=25.4.4 - 200 48148 text/javascript 1.3541ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/jsrender.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/jquery-ui.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/tippy.css?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/css/tippy.css'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\tippy.css'
[10:39:31 INF] Sending file. Request path: '/js/jquery-ui.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\jquery-ui.min.js'
[10:39:31 INF] Sending file. Request path: '/js/jsrender.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\jsrender.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/tippy.css?v=25.4.4 - 200 1409 text/css 0.9713ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/jsrender.min.js?v=25.4.4 - 200 27752 text/javascript 1.1366ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/jquery-ui.min.js?v=25.4.4 - 200 30775 text/javascript 1.1193ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 - null null
[10:39:31 INF] Sending file. Request path: '/plugins/fontawesome-free/webfonts/fa-solid-900.woff2'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\plugins\fontawesome-free\webfonts\fa-solid-900.woff2'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 - 200 157192 font/woff2 3.2557ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/fonts/ew.woff?t39no9 - null null
[10:39:31 INF] Sending file. Request path: '/plugins/fontawesome-free/webfonts/fa-regular-400.woff2'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\plugins\fontawesome-free\webfonts\fa-regular-400.woff2'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 - 200 25464 font/woff2 1.1083ms
[10:39:31 INF] Sending file. Request path: '/css/fonts/ew.woff'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\css\fonts\ew.woff'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/fonts/ew.woff?t39no9 - 200 14996 application/font-woff 2.0166ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/bootstrap5/js/bootstrap.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/select2.full.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/jqueryfileupload.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/bootstrap5/js/bootstrap.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\bootstrap5\js\bootstrap.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/bootstrap5/js/bootstrap.min.js?v=25.4.4 - 200 60781 text/javascript 1.3729ms
[10:39:31 INF] Sending file. Request path: '/js/jqueryfileupload.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\jqueryfileupload.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/jqueryfileupload.min.js?v=25.4.4 - 200 40745 text/javascript 0.9737ms
[10:39:31 INF] Sending file. Request path: '/js/select2.full.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\select2.full.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/select2.full.min.js?v=25.4.4 - 200 78034 text/javascript 2.4746ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/typeahead.jquery.min.js?v=25.4.4 - null null
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/colorbox/jquery.colorbox-min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/colorbox/jquery.colorbox-min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\colorbox\jquery.colorbox-min.js'
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/adminlte3/js/adminlte.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/adminlte3/js/adminlte.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\adminlte3\js\adminlte.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/adminlte3/js/adminlte.min.js?v=25.4.4 - 200 46970 text/javascript 19.1673ms
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/colorbox/jquery.colorbox-min.js?v=25.4.4 - 200 11965 text/javascript 25.588ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/pdfobject.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/typeahead.jquery.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\typeahead.jquery.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/typeahead.jquery.min.js?v=25.4.4 - 200 31358 text/javascript 28.7182ms
[10:39:31 INF] Sending file. Request path: '/js/pdfobject.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\pdfobject.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/pdfobject.min.js?v=25.4.4 - 200 6321 text/javascript 0.9965ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/ew.min.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/ew.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\ew.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/ew.min.js?v=25.4.4 - 200 212099 text/javascript 2.0358ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/userfn.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/userfn.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\userfn.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/userfn.js?v=25.4.4 - 200 1 text/javascript 1.0927ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/userevent.js?v=25.4.4 - null null
[10:39:31 INF] Sending file. Request path: '/js/userevent.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\userevent.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/userevent.js?v=25.4.4 - 200 86 text/javascript 1.0657ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/tempus-dominus.min.js?v=25.4.0 - null null
[10:39:31 INF] Sending file. Request path: '/js/tempus-dominus.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\tempus-dominus.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/tempus-dominus.min.js?v=25.4.0 - 200 90962 text/javascript 1.2104ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/ewdatetimepicker.min.js?v=25.4.0 - null null
[10:39:31 INF] Sending file. Request path: '/js/ewdatetimepicker.min.js'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\js\ewdatetimepicker.min.js'
[10:39:31 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/ewdatetimepicker.min.js?v=25.4.0 - 200 2010 text/javascript 1.6705ms
[10:39:31 INF] Request starting HTTP/1.1 GET http://localhost:5000/api/file/richieste/foto_tagliando_fronte/1?session=6huSm__74jsgOSkIcTk0YKtO1xhh7lruJTkTWBKOY88HQrFxif8Byg - null null
[10:39:31 INF] Checking for conditional GET/HEAD.
[10:39:31 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:31 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:31 INF] Checking for conditional PUT/PATCH.
[10:39:31 INF] Not valid - method isn't PUT or PATCH.
[10:39:31 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:31 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:31 INF] Route matched with {action = "RichiesteList", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteList() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:32 INF] Executing endpoint 'AspNetMaker2025.Controllers.FileController.GetFile (AspNetMaker2025)'
[10:39:32 INF] Route matched with {action = "GetFile", controller = "File"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetFile(System.String, System.String, System.String) on controller AspNetMaker2025.Controllers.FileController (AspNetMaker2025).
[10:39:32 INF] Executing ViewResult, running view RichiesteList.
[10:39:32 INF] Executed ViewResult - view RichiesteList executed in 50.3352ms.
[10:39:32 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025) in 755.5473ms
[10:39:32 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:32 INF] Generating expiration headers.
[10:39:32 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:32 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:32 INF] Generating Validation headers.
[10:39:32 INF] Validation headers generated. ETag: Strong, "F6229B01D3E70A30592369F2339CBD35". Last-Modified: Tue, 19 Aug 2025 08:39:32 GMT
[10:39:32 INF] Generating Vary header.
[10:39:32 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:32 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteList - 200 null text/html; charset=utf-8 1665.9316ms
[10:39:32 INF] Request starting HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - null null
[10:39:32 INF] Request finished HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - 200 16481 application/javascript; charset=utf-8 0.6033ms
[10:39:33 INF] Request starting HTTP/1.1 GET http://localhost:5000/favicon.ico - null null
[10:39:33 INF] Sending file. Request path: '/favicon.ico'. Physical path: 'D:\ASPNETMAKER\WebSites\APU\wwwroot\favicon.ico'
[10:39:33 INF] Request finished HTTP/1.1 GET http://localhost:5000/favicon.ico - 200 32038 image/x-icon 1.8009ms
[10:39:33 INF] Executing FileContentResult, sending file with download name '' ...
[10:39:33 INF] Executed action AspNetMaker2025.Controllers.FileController.GetFile (AspNetMaker2025) in 739.0698ms
[10:39:33 INF] Executed endpoint 'AspNetMaker2025.Controllers.FileController.GetFile (AspNetMaker2025)'
[10:39:33 INF] Generating expiration headers.
[10:39:33 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:33 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:33 INF] Generating Validation headers.
[10:39:33 INF] Validation headers generated. ETag: Strong, "39369477932CA12F71366FAC3F3941CC". Last-Modified: Tue, 19 Aug 2025 08:39:33 GMT
[10:39:33 INF] Generating Vary header.
[10:39:33 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:33 INF] Request starting HTTP/1.1 GET http://localhost:5000/api/file/richieste/foto_tagliando_fronte/1?session=6huSm__74jsgOSkIcTk0YKtO1xhh7lruJTkTWBKOY88HQrFxif8Byg - null null
[10:39:33 INF] Request finished HTTP/1.1 GET http://localhost:5000/api/file/richieste/foto_tagliando_fronte/1?session=6huSm__74jsgOSkIcTk0YKtO1xhh7lruJTkTWBKOY88HQrFxif8Byg - 200 189115 image/jpeg 1737.2484ms
[10:39:33 INF] Checking for conditional GET/HEAD.
[10:39:33 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:33 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:33 INF] Checking for conditional PUT/PATCH.
[10:39:33 INF] Not valid - method isn't PUT or PATCH.
[10:39:33 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:34 INF] Executing endpoint 'AspNetMaker2025.Controllers.FileController.GetFile (AspNetMaker2025)'
[10:39:34 INF] Route matched with {action = "GetFile", controller = "File"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetFile(System.String, System.String, System.String) on controller AspNetMaker2025.Controllers.FileController (AspNetMaker2025).
[10:39:34 INF] Request starting HTTP/1.1 GET http://localhost:5000/sw.js - null null
[10:39:34 INF] Checking for conditional GET/HEAD.
[10:39:34 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:34 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:34 INF] Checking for conditional PUT/PATCH.
[10:39:34 INF] Not valid - method isn't PUT or PATCH.
[10:39:34 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:34 INF] Executing FileContentResult, sending file with download name '' ...
[10:39:34 INF] Executed action AspNetMaker2025.Controllers.FileController.GetFile (AspNetMaker2025) in 544.6506ms
[10:39:34 INF] Executed endpoint 'AspNetMaker2025.Controllers.FileController.GetFile (AspNetMaker2025)'
[10:39:34 INF] Generating expiration headers.
[10:39:34 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:34 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:34 INF] Generating Validation headers.
[10:39:34 INF] Validation headers generated. ETag: Strong, "39369477932CA12F71366FAC3F3941CC". Last-Modified: Tue, 19 Aug 2025 08:39:34 GMT
[10:39:34 INF] Generating Vary header.
[10:39:34 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:34 INF] Request finished HTTP/1.1 GET http://localhost:5000/api/file/richieste/foto_tagliando_fronte/1?session=6huSm__74jsgOSkIcTk0YKtO1xhh7lruJTkTWBKOY88HQrFxif8Byg - 200 189115 image/jpeg 1486.3026ms
[10:39:35 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteAdd - null null
[10:39:35 INF] Checking for conditional GET/HEAD.
[10:39:35 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:35 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:35 INF] Checking for conditional PUT/PATCH.
[10:39:35 INF] Not valid - method isn't PUT or PATCH.
[10:39:35 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:35 INF] Generating expiration headers.
[10:39:35 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:35 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:35 INF] Not generating Validation headers as the response status code does not indicate success.
[10:39:35 INF] Generating Vary header.
[10:39:35 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:35 INF] Request finished HTTP/1.1 GET http://localhost:5000/sw.js - 404 0 null 924.9818ms
[10:39:35 INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://localhost:5000/sw.js, Response status code: 404
[10:39:36 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:36 INF] Route matched with {action = "RichiesteAdd", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteAdd() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:38 INF] Executing ViewResult, running view RichiesteAdd.
[10:39:38 INF] Executed ViewResult - view RichiesteAdd executed in 1445.9555ms.
[10:39:38 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025) in 1981.5249ms
[10:39:38 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:38 INF] Generating expiration headers.
[10:39:38 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:38 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:38 INF] Generating Validation headers.
[10:39:38 INF] Validation headers generated. ETag: Strong, "6406261E968C21882BB598A4A7C874EE". Last-Modified: Tue, 19 Aug 2025 08:39:38 GMT
[10:39:38 INF] Generating Vary header.
[10:39:38 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:38 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteAdd - 200 null text/html; charset=utf-8 2979.4699ms
[10:39:38 INF] Request starting HTTP/1.1 GET http://localhost:5000/adminlte3/css/adminlte.min.css?v=25.4.4 - null null
[10:39:38 INF] Request starting HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - null null
[10:39:38 INF] Request finished HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - 200 16481 application/javascript; charset=utf-8 0.3716ms
[10:39:38 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/APUproject.min.css?v=25.4.4 - null null
[10:39:38 INF] The file /css/APUproject.min.css was not modified
[10:39:38 INF] The file /adminlte3/css/adminlte.min.css was not modified
[10:39:38 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/APUproject.min.css?v=25.4.4 - 304 null text/css 2.5374ms
[10:39:38 INF] Request finished HTTP/1.1 GET http://localhost:5000/adminlte3/css/adminlte.min.css?v=25.4.4 - 304 null text/css 3.8254ms
[10:39:38 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/tempus-dominus.min.css?v=25.4.0 - null null
[10:39:38 INF] The file /css/tempus-dominus.min.css was not modified
[10:39:38 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/tempus-dominus.min.css?v=25.4.0 - 304 null text/css 1.1541ms
[10:39:39 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/userfn.js?v=25.4.4 - null null
[10:39:39 INF] The file /js/userfn.js was not modified
[10:39:39 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/userfn.js?v=25.4.4 - 304 null text/javascript 1.149ms
[10:39:39 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/userevent.js?v=25.4.4 - null null
[10:39:39 INF] The file /js/userevent.js was not modified
[10:39:39 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/userevent.js?v=25.4.4 - 304 null text/javascript 0.5367ms
[10:39:40 INF] Request starting HTTP/1.1 GET http://localhost:5000/sw.js - null null
[10:39:40 INF] Checking for conditional GET/HEAD.
[10:39:40 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:40 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:40 INF] Checking for conditional PUT/PATCH.
[10:39:40 INF] Not valid - method isn't PUT or PATCH.
[10:39:40 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:41 INF] Generating expiration headers.
[10:39:41 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:41 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:41 INF] Not generating Validation headers as the response status code does not indicate success.
[10:39:41 INF] Generating Vary header.
[10:39:41 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:41 INF] Request finished HTTP/1.1 GET http://localhost:5000/sw.js - 404 0 null 972.1ms
[10:39:41 INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://localhost:5000/sw.js, Response status code: 404
[10:39:45 INF] Request starting HTTP/1.1 POST http://localhost:5000/api/jupload - multipart/form-data; boundary=----WebKitFormBoundarywPC4VJ1QjOUw63kV 83938
[10:39:45 INF] Checking for conditional GET/HEAD.
[10:39:45 INF] Not valid - method isn't GET or HEAD.
[10:39:45 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:45 INF] Checking for conditional PUT/PATCH.
[10:39:45 INF] Not valid - method isn't PUT or PATCH.
[10:39:45 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:46 INF] CORS policy execution successful.
[10:39:46 INF] Executing endpoint 'AspNetMaker2025.Controllers.JUploadController.Index (AspNetMaker2025)'
[10:39:46 INF] Route matched with {action = "Index", controller = "JUpload"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller AspNetMaker2025.Controllers.JUploadController (AspNetMaker2025).
[10:39:46 INF] Executing JsonResult, writing value of type 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.List`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
[10:39:46 INF] Executed action AspNetMaker2025.Controllers.JUploadController.Index (AspNetMaker2025) in 367.3396ms
[10:39:46 INF] Executed endpoint 'AspNetMaker2025.Controllers.JUploadController.Index (AspNetMaker2025)'
[10:39:46 INF] Generating expiration headers.
[10:39:46 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:46 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:46 INF] Generating Validation headers.
[10:39:46 INF] Validation headers generated. ETag: Strong, "E1CEBB23E6C3E3A82396D0AD6FF1A99F". Last-Modified: Tue, 19 Aug 2025 08:39:46 GMT
[10:39:46 INF] Generating Vary header.
[10:39:46 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:46 INF] Request finished HTTP/1.1 POST http://localhost:5000/api/jupload - 200 null application/json; charset=utf-8 1363.0065ms
[10:39:46 INF] Request starting HTTP/1.1 GET http://localhost:5000/api/JUpload?id=x_foto_tagliando_fronte&table=richieste&session=6huSm__74jsgOSkIcTk0YKtO1xhh7lruJTkTWBKOY88HQrFxif8Byg&x_foto_tagliando_fronte=1997113.JPG&version=thumbnail&download=1 - null null
[10:39:46 INF] Checking for conditional GET/HEAD.
[10:39:46 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:46 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:46 INF] Checking for conditional PUT/PATCH.
[10:39:46 INF] Not valid - method isn't PUT or PATCH.
[10:39:46 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:47 INF] Executing endpoint 'AspNetMaker2025.Controllers.JUploadController.Index (AspNetMaker2025)'
[10:39:47 INF] Route matched with {action = "Index", controller = "JUpload"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller AspNetMaker2025.Controllers.JUploadController (AspNetMaker2025).
[10:39:47 INF] Executing FileContentResult, sending file with download name '1997113.JPG' ...
[10:39:47 INF] Executed action AspNetMaker2025.Controllers.JUploadController.Index (AspNetMaker2025) in 11.8647ms
[10:39:47 INF] Executed endpoint 'AspNetMaker2025.Controllers.JUploadController.Index (AspNetMaker2025)'
[10:39:47 INF] Generating expiration headers.
[10:39:47 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:47 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:47 INF] Generating Validation headers.
[10:39:47 INF] Validation headers generated. ETag: Strong, "0475560CB3A5D5954D6EA125252B890E". Last-Modified: Tue, 19 Aug 2025 08:39:47 GMT
[10:39:47 INF] Generating Vary header.
[10:39:47 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:47 INF] Request finished HTTP/1.1 GET http://localhost:5000/api/JUpload?id=x_foto_tagliando_fronte&table=richieste&session=6huSm__74jsgOSkIcTk0YKtO1xhh7lruJTkTWBKOY88HQrFxif8Byg&x_foto_tagliando_fronte=1997113.JPG&version=thumbnail&download=1 - 200 10640 image/jpeg 903.6577ms
dotnet watch ⌚ Files added: .\wwwroot\files\temp__ffed4943-e9a5-8947-ed7b-fbdc3f35f590\richieste\x_foto_tagliando_fronte\1997113.JPG, .\wwwroot\files\temp__ffed4943-e9a5-8947-ed7b-fbdc3f35f590\richieste\x_foto_tagliando_fronte\thumbnail\1997113.JPG
dotnet watch 🔥 Hot reload of static files succeeded.
[10:39:50 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteList - null null
[10:39:50 INF] Checking for conditional GET/HEAD.
[10:39:50 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:50 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:50 INF] Checking for conditional PUT/PATCH.
[10:39:50 INF] Not valid - method isn't PUT or PATCH.
[10:39:50 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:50 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteAdd - null null
[10:39:50 INF] Checking for conditional GET/HEAD.
[10:39:50 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:50 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:50 INF] Checking for conditional PUT/PATCH.
[10:39:50 INF] Not valid - method isn't PUT or PATCH.
[10:39:50 INF] Don't generate 412 - Precondition Failed.  Continue.
dotnet watch ⌚ No C# changes to apply.
[10:39:50 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteList - null null
[10:39:50 INF] Checking for conditional GET/HEAD.
[10:39:50 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:50 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:50 INF] Checking for conditional PUT/PATCH.
[10:39:50 INF] Not valid - method isn't PUT or PATCH.
[10:39:50 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:50 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteAdd - null null
[10:39:50 INF] Checking for conditional GET/HEAD.
[10:39:50 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:50 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:50 INF] Checking for conditional PUT/PATCH.
[10:39:50 INF] Not valid - method isn't PUT or PATCH.
[10:39:50 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:51 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:51 INF] Route matched with {action = "RichiesteList", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteList() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:51 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:51 INF] Route matched with {action = "RichiesteAdd", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteAdd() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:51 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:51 INF] Route matched with {action = "RichiesteAdd", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteAdd() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
dotnet watch ⌚ Files deleted: .\wwwroot\files\temp__ffed4943-e9a5-8947-ed7b-fbdc3f35f590\richieste\x_foto_tagliando_fronte\1997113.JPG, .\wwwroot\files\temp__ffed4943-e9a5-8947-ed7b-fbdc3f35f590\richieste\x_foto_tagliando_fronte\thumbnail\1997113.JPG
dotnet watch 🔥 Hot reload of static files succeeded.
dotnet watch ⌚ No C# changes to apply.
[10:39:52 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteList - null null
[10:39:52 INF] Request starting HTTP/1.1 GET http://localhost:5000/RichiesteAdd - null null
[10:39:52 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:52 INF] Checking for conditional GET/HEAD.
[10:39:52 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:52 INF] Checking for conditional GET/HEAD.
[10:39:52 INF] Route matched with {action = "RichiesteList", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteList() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:52 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:52 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:52 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:52 INF] Checking for conditional PUT/PATCH.
[10:39:52 INF] Not valid - method isn't PUT or PATCH.
[10:39:52 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:52 INF] Checking for conditional PUT/PATCH.
[10:39:52 INF] Not valid - method isn't PUT or PATCH.
[10:39:52 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:53 INF] Request starting HTTP/1.1 GET http://localhost:5000/sw.js - null null
[10:39:53 INF] Executing ViewResult, running view RichiesteAdd.
[10:39:53 INF] Checking for conditional GET/HEAD.
[10:39:53 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:53 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:53 INF] Checking for conditional PUT/PATCH.
[10:39:53 INF] Not valid - method isn't PUT or PATCH.
[10:39:53 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:53 INF] Executing ViewResult, running view RichiesteAdd.
[10:39:53 INF] Executed ViewResult - view RichiesteAdd executed in 16.9083ms.
[10:39:53 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025) in 2158.1542ms
[10:39:53 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:53 INF] Executed ViewResult - view RichiesteAdd executed in 671.6864ms.
[10:39:53 INF] Generating expiration headers.
[10:39:53 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025) in 2217.2692ms
[10:39:53 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:53 INF] Generating expiration headers.
[10:39:53 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:53 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:53 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:53 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:53 INF] Generating Validation headers.
[10:39:53 INF] Generating Validation headers.
[10:39:53 INF] Validation headers generated. ETag: Strong, "BA9D47635AA3E0081FA42ADA92C018F5". Last-Modified: Tue, 19 Aug 2025 08:39:53 GMT
[10:39:53 INF] Generating Vary header.
[10:39:53 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:53 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteAdd - 200 null text/html; charset=utf-8 3121.7786ms
[10:39:53 INF] Validation headers generated. ETag: Strong, "F55FDD1BA0DD16C7B8F463F80BD6115D". Last-Modified: Tue, 19 Aug 2025 08:39:53 GMT
[10:39:53 INF] Generating Vary header.
[10:39:53 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:53 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteAdd - 200 null text/html; charset=utf-8 3069.9711ms
[10:39:54 INF] Executing ViewResult, running view RichiesteList.
[10:39:54 INF] Executed ViewResult - view RichiesteList executed in 30.4948ms.
[10:39:54 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025) in 2458.4226ms
[10:39:54 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:54 INF] Generating expiration headers.
[10:39:54 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:54 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:54 INF] Generating Validation headers.
[10:39:54 INF] Validation headers generated. ETag: Strong, "951FDABD8748CAD6C8FA29B76CD48A91". Last-Modified: Tue, 19 Aug 2025 08:39:54 GMT
[10:39:54 INF] Generating Vary header.
[10:39:54 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:54 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteList - 200 null text/html; charset=utf-8 3295.2733ms
[10:39:54 INF] Executing ViewResult, running view RichiesteList.
[10:39:54 INF] Executed ViewResult - view RichiesteList executed in 44.9044ms.
[10:39:54 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025) in 2091.9482ms
[10:39:54 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:54 INF] Generating expiration headers.
[10:39:54 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:54 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:54 INF] Generating Validation headers.
[10:39:54 INF] Validation headers generated. ETag: Strong, "A5F5FE508F59EFF93C5051625612CDC8". Last-Modified: Tue, 19 Aug 2025 08:39:54 GMT
[10:39:54 INF] Generating Vary header.
[10:39:54 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:54 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteList - 200 null text/html; charset=utf-8 3602.114ms
[10:39:55 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:55 INF] Route matched with {action = "RichiesteList", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteList() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:55 INF] Generating expiration headers.
[10:39:55 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:55 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:55 INF] Not generating Validation headers as the response status code does not indicate success.
[10:39:55 INF] Generating Vary header.
[10:39:55 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:55 INF] Executing endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:55 INF] Route matched with {action = "RichiesteAdd", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] RichiesteAdd() on controller AspNetMaker2025.Controllers.HomeController (AspNetMaker2025).
[10:39:55 INF] Request finished HTTP/1.1 GET http://localhost:5000/sw.js - 404 0 null 1762.4657ms
[10:39:55 INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://localhost:5000/sw.js, Response status code: 404
[10:39:56 INF] Executing ViewResult, running view RichiesteAdd.
[10:39:56 INF] Executed ViewResult - view RichiesteAdd executed in 11.5225ms.
[10:39:56 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025) in 1158.1043ms
[10:39:56 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteAdd (AspNetMaker2025)'
[10:39:56 INF] Generating expiration headers.
[10:39:56 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:56 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:56 INF] Generating Validation headers.
[10:39:56 INF] Validation headers generated. ETag: Strong, "2CB8944D1FDE0EE0FFE691C6DBC1CD5A". Last-Modified: Tue, 19 Aug 2025 08:39:56 GMT
[10:39:56 INF] Generating Vary header.
[10:39:56 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteAdd - 200 null text/html; charset=utf-8 3946.9636ms
[10:39:56 INF] Request starting HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - null null
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/_framework/aspnetcore-browser-refresh.js - 200 16481 application/javascript; charset=utf-8 0.2451ms
[10:39:56 INF] Request starting HTTP/1.1 GET http://localhost:5000/adminlte3/css/adminlte.min.css?v=25.4.4 - null null
[10:39:56 INF] The file /adminlte3/css/adminlte.min.css was not modified
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/adminlte3/css/adminlte.min.css?v=25.4.4 - 304 null text/css 0.5917ms
[10:39:56 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/APUproject.min.css?v=25.4.4 - null null
[10:39:56 INF] The file /css/APUproject.min.css was not modified
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/APUproject.min.css?v=25.4.4 - 304 null text/css 0.9017ms
[10:39:56 INF] Request starting HTTP/1.1 GET http://localhost:5000/css/tempus-dominus.min.css?v=25.4.0 - null null
[10:39:56 INF] The file /css/tempus-dominus.min.css was not modified
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/css/tempus-dominus.min.css?v=25.4.0 - 304 null text/css 0.9551ms
[10:39:56 INF] Executing ViewResult, running view RichiesteList.
[10:39:56 INF] Executed ViewResult - view RichiesteList executed in 16.3767ms.
[10:39:56 INF] Executed action AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025) in 1502.4586ms
[10:39:56 INF] Executed endpoint 'AspNetMaker2025.Controllers.HomeController.RichiesteList (AspNetMaker2025)'
[10:39:56 INF] Generating expiration headers.
[10:39:56 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:56 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:56 INF] Generating Validation headers.
[10:39:56 INF] Validation headers generated. ETag: Strong, "C9474910C14158F9B8194DDEA0E5426B". Last-Modified: Tue, 19 Aug 2025 08:39:56 GMT
[10:39:56 INF] Generating Vary header.
[10:39:56 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/RichiesteList - 200 null text/html; charset=utf-8 4357.8629ms
[10:39:56 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/userfn.js?v=25.4.4 - null null
[10:39:56 INF] The file /js/userfn.js was not modified
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/userfn.js?v=25.4.4 - 304 null text/javascript 0.7882ms
[10:39:56 INF] Request starting HTTP/1.1 GET http://localhost:5000/js/userevent.js?v=25.4.4 - null null
[10:39:56 INF] The file /js/userevent.js was not modified
[10:39:56 INF] Request finished HTTP/1.1 GET http://localhost:5000/js/userevent.js?v=25.4.4 - 304 null text/javascript 0.616ms
[10:39:58 INF] Request starting HTTP/1.1 GET http://localhost:5000/sw.js - null null
[10:39:58 INF] Checking for conditional GET/HEAD.
[10:39:58 INF] Not valid - no If-None-Match or If-Modified-Since headers.
[10:39:58 INF] Don't generate 304 - Not Modified.  Continue.
[10:39:58 INF] Checking for conditional PUT/PATCH.
[10:39:58 INF] Not valid - method isn't PUT or PATCH.
[10:39:58 INF] Don't generate 412 - Precondition Failed.  Continue.
[10:39:58 INF] Generating expiration headers.
[10:39:58 INF] Expiration headers generated. Expires: Tue, 19 Aug 2025 08:39:58 GMT. Cache-Control: private,max-age=0,no-store,no-cache,must-revalidate.
[10:39:58 INF] Not generating Validation headers as the response status code does not indicate success.
[10:39:58 INF] Generating Vary header.
[10:39:58 INF] Vary header generated: Accept, Accept-Language, Accept-Encoding.
[10:39:59 INF] Request finished HTTP/1.1 GET http://localhost:5000/sw.js - 404 0 null 816.5617ms
[10:39:59 INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://localhost:5000/sw.js, Response status code: 404

Cannot simulate. File upload can be done without any problem.

Please enable debug mode, then press F12 → Network to check the network response in the file upload process.