Umbraco 14 - Content publish before file finish uploading, upload field empty
Hi, I was trying to deploy a new Umbraco website on IIS
When I upload a video ( around 150mb) with Upload Field, even though the video showed and running in preview, the Upload Field was empty after click Save & Publish
I double check on the server and the wwwroot/media folder, it was also empty. I checked the log in umbraco/Log folder but found no error.
Out of curiosity, I waited around 3-4 minutes before click save, the file was there and successfuly saved this time.
Is there anyway to know when the file is uploaded to the server before saving?
Note: I did use MaxRequestLength = 500000 and maxAllowedContentLength = 1073741824 to upload larger file too. I don't know if that help.
Edit: Sorry If I uploaded to a wrong section, this is first time I posted something here
Umbraco 14 - Content publish before file finish uploading, upload field empty
Hi, I was trying to deploy a new Umbraco website on IIS
When I upload a video ( around 150mb) with Upload Field, even though the video showed and running in preview, the Upload Field was empty after click Save & Publish
I double check on the server and the wwwroot/media folder, it was also empty. I checked the log in umbraco/Log folder but found no error.
Out of curiosity, I waited around 3-4 minutes before click save, the file was there and successfuly saved this time.
Is there anyway to know when the file is uploaded to the server before saving?
Note: I did use MaxRequestLength = 500000 and maxAllowedContentLength = 1073741824 to upload larger file too. I don't know if that help.
Edit: Sorry If I uploaded to a wrong section, this is first time I posted something here
is working on a reply...