I have created server side API with API CONNECTOR for image upload . and I have create sample page . (if you want to show demo page I can share url with you )
I have one file field
method = post
enctype = Multipart / form data
windows IIS
I’ve tried every way but I always get the same error. “415 Unsupported media type”… I’ve tried every way but I always get the same error. I found many documents on the internet, many of them say that there is content-type error. Can you help me solve this problem?
API documentation :
Mandatory Fields file
The form should contain a required named body part with the name “file”.
If you are using a HTML form, a snippet like <input type=“file” name=“file”></input>can be used for uploading the image file
I have tested too many times in server side with API CONNECTOR but I cant get any successful result . But when using client side API connecttor it is working very well …
Maybe @patrick or @George can check this issue …
I think server side API Connector send wrong API headers and I cant change it
so how can we upload a file to API via server connect?
if this is not supported currently, will request for it - this is going to be useful. like when a file is uploaded via form, we can directly send it to google drive or other storage provider.