Page 1 of 1
upload fails, temporary file deleted before finished
Posted: 01 Mar 2021, 17:45
by weltio
If I upload a file (say 100MiB) the temp file gets deleted before the upload is finished. The gui does not reflect that error and the progressbar will go forward.
The error message will say: empty filename
The file is deleted after approx 90s.
It worked before, so it could be a regression thing?
phoca 3.2.2 is used
Re: upload fails, temporary file deleted before finished
Posted: 02 Mar 2021, 14:38
by Jan
Hi, the component has mostly no limits except the limits set in options. So if the file meets these limits than other limits should be searched directly on server. Server limits have always the priority, so e.g. if server limits say, you cannot upload such large file or the POST is somehow limited, etc. then it needs to be searched there.
Jan
Re: upload fails, temporary file deleted before finished
Posted: 02 Aug 2021, 19:51
by weltio
the error occured b.c. the upload_dir was filled completely by the file being uploaded
Re: upload fails, temporary file deleted before finished
Posted: 05 Aug 2021, 16:26
by Jan
Ok, thank you for the info.