pqina / filepond-plugin-file-encode

🗜 Send FilePond Files Along with Form Submit
https://pqina.nl/filepond/
MIT License
13 stars 12 forks source link

JSON of the post filepond data is not valid. #6

Closed Wompuz closed 5 years ago

Wompuz commented 5 years ago

The JSON I get from the post data is not valid JSON. I'm parsing it in C# (Newtonsoft.Json) and it accepts when it's only 1 image. I tried to validate the JSON with various online JSON validators but it always came up negative. See image below for example.

image

Wompuz commented 5 years ago

Edit: this was not an issue with the library but a mistake in handling the post data in .net core mvc. Closed!