node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
MIT License
7k stars 680 forks source link

arabic input is not parsing #917

Open ibrahimmvp opened 1 year ago

ibrahimmvp commented 1 year ago

I'm using formidable in my express backend. Everything works fine, but when im passing anything other than english in any field, that field is undefined

tunnckoCore commented 1 year ago

Hello, @ibrahimmvp :wave:

Can you give us examples? And what version you are using?