Multiple file upload with http utils

Hey Demis,

Looking at https://docs.servicestack.net/http-utils#uploading-files. Is there a way to upload multiple files in one request? We are using the HttpUtils to call the Mailgun API to send emails. We want to be able to send multiple attachments in one email.

thank you for any advice
tobi

HttpUtils only supports a Single File Upload but you can check out the Service Client impl of PostFilesWithRequest for how it implements multiple multipart/form-data file uploads.