I am uploading a 100 MB zip file from WeWeb, but I keep getting network errors. If I upload a 70 MB file, it works fine.
What is the timeout in WeWeb, as the network error is returned in only 20 seconds? And even the 70 MB files take around 25 seconds, but I don’t get the network error.
And for some strange reason, the same file went through at 12 am. But only once.
And it’s not an Xano bug, as I can upload the 100 MB file directly to Xano.
The error shows the value is not properly formatted, which usually means you are not grabbing the file from the correct location or not sending the file object as binary.
Double-check that you’re submitting the whole file object from the file uploader using FormData, as shown in the documentation.
When I upload a file by directly referencing the file uploader element, everything works.
But when the file uploader is inside a collection, and I store each row’s uploader value in an array and then iterate over that array, it stops working.
I’ve checked, and I’m passing the complete file object, and the payload also contains all the expected data. No mistakes there.