
I'm having trouble uploading files that are 2-3 MB in size. When I try with smaller files (around 100 KB), the upload works fine. The maximum file size limit in Appwrite is set to 50 MB, so that shouldn't be the issue. My current internet speed is slower than usual—20 Mbps download and 2 Mbps upload. I was able to upload similar files previously, likely due to a higher upload speed. However, I believe I should still be able to upload these files even if it takes longer (up to a minute or more). The upload attempts are failing after about 10-12 seconds. Could this be related to network speed, or is there something else that might be causing the issue? Any advice or solutions would be appreciated!
Recommended threads
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- [SOLVED] how does uploading work with no...
It's been a while since i used my appwrite instance. I spun up a server 1.7.4 and downloaded the newest cli. Created a fucntion and the node-appwrite packed doe...
- getFilePreview() doesn't work with react...
const fileurl - await storage.getFilePreview(appwriteConfig.storageId, fileId, 2000, 2000, 'top', 100); console.log('Uploaded file URL: ' + fileUrl); // LOG -> ...
