ZachHandleyOriginal post
Moderator
Trying to send base64 image, function is 413-ing, at least nothing in logs, it just has this in the error log. I am trying to send an image base64, I can make it upload to Appwrite first and then go here, but was trying to send the base64 because can a function take FormData? Anyways -- unable to find anything on Google
Summary
The developer is encountering a 413 error when trying to send a base64 image. They are unsure if a function can take FormData. No solution provided.