CLOSED File Upload Ignored

Status
Not open for further replies.
Joined
Feb 23, 2026
Messages
56
Reaction Score
70
Shards
◆56
I’m encountering an issue with file handling and would like to clarify expected behavior. I uploaded a file (~77MB), and the upload completes successfully. The system initially detects the file, but then silently skips it without any feedback, it subsequently asks me to provide a new URL instead. Since the file is already uploaded and appears valid, I suspect there may be a limitation or validation rule involved. Could you confirm whether this is expected behavior, or if additional logging or error reporting should occur in this scenario?
1774360540616.webp
1774360551105.webp
 
I’m encountering an issue with file handling and would like to clarify expected behavior. I uploaded a file (~77MB), and the upload completes successfully. The system initially detects the file, but then silently skips it without any feedback, it subsequently asks me to provide a new URL instead. Since the file is already uploaded and appears valid, I suspect there may be a limitation or validation rule involved. Could you confirm whether this is expected behavior, or if additional logging or error reporting should occur in this scenario?
View attachment 34637
View attachment 34638
Max file upload size is 80MB, if its near the 80MB it might be that.
 
Max file upload size is 80MB, if its near the 80MB it might be that.
Thanks for the clarification.

My file size is 77.9 MB (81,718,546 bytes), which should still be under the stated 80 MB limit, and the limit is enforced in MiB (80 × 1024 × 1024 = 83,886,080 bytes) or that there is additional overhead during processing that pushes it over the limit?
 
Thanks for the clarification.

My file size is 77.9 MB (81,718,546 bytes), which should still be under the stated 80 MB limit, and the limit is enforced in MiB (80 × 1024 × 1024 = 83,886,080 bytes) or that there is additional overhead during processing that pushes it over the limit?
For now we will not increase the limits, i suggest you to put files like that on external links.

You can use: https://catbox.moe/
 
Status
Not open for further replies.
Back
Top