-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array of files to upload in single files property fails #120
Comments
hey, I'll have a look. What would be the expected key? {
"files[0]": "report.html file",
"files[1]":" report.json file"
} something like this? |
Could you please test if its working with I added a basic test action, so it looks good but would like your confirmation before I release it. |
Sure, so my step looks like this:
And when executed, I get a mimetype error:
However, as you can see in the error message, |
okay, thanks. I will check it. |
sorry for the late response, can you find out what contentType the files have in your case? I tried different things and in the debug logs the content types look correct, so I am wondering what your backend receives as content type. |
Hi, thanks for this action, helps a lot.
I'd like the
multipart/form-data
files upload to work like:This is what a CMS I use for one of my apps accepts.
Using it with the action produces:
The text was updated successfully, but these errors were encountered: