![](https://cdn.discordapp.com/embed/avatars/3.png)
Hi, I am trying to upload large files to Appwrite in chunks. The code: Receives a file (Base64 encoded) and its name via a JSON payload. Decodes the Base64 data and saves it as a temporary file. Splits the file into smaller chunks (5MB). Uploads each chunk to Appwrite Storage using the create_file method. Cleans up temporary files after processing.
Unfortunatelly, I am getting 2 errors:
An internal curl error has occurred within the executor! Error Msg: Http invalid protocol\nError Code: 500
or
\nError Code: 413
Can you help me?
Recommended threads
- Appwrite-console Failed to Start: How to...
I tried to deploy using Docker, and all the images started successfully except for appwrite-console, which failed to start and showed the following error: 2025...
- Help Please Account.Create() results in ...
When I try to create a new user with the following code `await _account.Create(userId: "unique()", email: email, password: password);` It hit an exception whic...
- Cloudflare for SaaS not working correctl...
Heyo! My Appwrite is a SaaS hostname. Meaning CNAME's from other Cloudflare accounts properly work and each CNAME is a proxy. However due to this, custom domai...
![](/images/bgs/pre-footer.png)