The server doesn't complete my file uploads that are larger than 2MB #306
Shimoe-Koharu16
started this conversation in
Support
Replies: 2 comments 7 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Shimoe-Koharu16 : here are some comments:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
Arduino (IDE/CLI)
What happened?
Whenever I try to upload a file that's larger than 2MB, it doesn't continue and leaves an incomplete file data (corrupt file in other words). To be specific, I was trying to upload a file that's 28MB+ on size (ZIP file), but when I'm about to extract the file on my PC or phone (after downloading the file/ZIP folder), it doesn't open with any file explorers I use (Nautilus and Files). The Serial output says that the upload was a success but it doesn't actually finished writing on the SD card. I already added .flush() to rule out RAM limitations (but the average RAM use while upload is ~210kB based on the dashboard on Blynk that I set up on my ESP32 as an RTOS task). But, it still does produce the same bug or problem
Stack Trace
Minimal Reproductible Example (MRE)
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions