error=File upload of extension x-www-form-urlencoded is disabled

Hi!

I’m getting this error when I try to save an image file from the app I’m developing.

ParseError code=130 error=File upload of extension x-www-form-urlencoded is disabled.

But I can’t find where to enable it. I’m using s3-files-adapter but I can’t seem to find the option to set to enable this. Or is this a parse-server fileupload option?

does anyone know or point me to the right direction?

finally found it here:

https://parseplatform.org/parse-server/api/7.0.0/FileUploadOptions.html

1 Like