Hello All I need solution I am preparing code to ...
# server
a
Hello All I need solution I am preparing code to take profileData (ex. img, name, email, mobile) in Kotlin/Ktor I can store user POST data to mysql DB I can store single image url in mysql DB with help of receiveMultipart() method but unable to store ProfileData (ex. img, name, email, mobile) ,, text and image at a time when I am trying store image from postman with id getting me "io.ktor.features.UnsupportedMediaTypeException: Content type multipart/form-data is not supported" //I am using Ktorm to store data in MySQL DB
e
Hi. See if this or this helps.