Skip to content
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

conversion: fileUpload: handle parameters other than formData #238

Closed
wants to merge 1 commit into from

Conversation

gitforbit
Copy link
Contributor

@gitforbit gitforbit commented Jul 17, 2020

This change enables using all possible parameters for file upload.
Previously, only in: formData was handled. Now, other parameters
are suported e.g.: in: path.
If at least one parameter has in: formData, it is considered to
be handled for file upload.

@gitforbit gitforbit force-pushed the feat/formDataAllParams branch 4 times, most recently from 9e9eb50 to 5c15267 Compare July 17, 2020 11:25
This change enables using all possible parameters for file upload.
Previously, only `in: formData` was handled. Now, other parameters
are suported e.g.: `in: path`.
If at least one parameter has `in: formData`, it is considered to
be handled for file upload.
@fenollp
Copy link
Collaborator

fenollp commented Jul 17, 2020

Handled in 8459893

@fenollp fenollp closed this Jul 17, 2020
@fenollp
Copy link
Collaborator

fenollp commented Jul 17, 2020

Please open an issue if this broke some things for you.

@gitforbit
Copy link
Contributor Author

It is OK, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants