zhafari
3 years agoNew Member
csv form data mime/type
so i have an endpoint to upload csv and other field using multipart/formdata like this
on that endpoint i make a validation for csv file that only allow file with mime/type of text/csv
but when i make request this thing got added
because of that the request could not pass through the validation, how can i get rid of that type thing