We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
There is an issue arround multipart entrypoint. Is not possible to upload file!
There is always this error message from apigee-127/sway librairy:
Error: req.files must be provided for 'formData' parameters of type 'file'
This my package.json dependencies:
"dependencies": { "express": "^4.16.2", "swagger-express-mw": "~0.7.0" },
And the definition of my entrypoint:
/upload: x-swagger-router-controller: upload post: tags: - labels description: Upload file consumes: - multipart/form-data operationId: upload parameters: - name: myFile type: file in: formData description: The file to upload. required: true - name: myText type: string in: formData description: Description of the file required: true responses: "201": description: Success schema: $ref: "#/definitions/UploadResponse" default: description: Error schema: $ref: "#/definitions/ErrorResponse"
Could I hope an update or a fix for this issue? If not, could you tell me what direction to take?
The text was updated successfully, but these errors were encountered:
Find a solution for this without using multer?
Sorry, something went wrong.
@ystreibel How did u fix this? any solution is helpful.
I faced similar issue after upgrade
No branches or pull requests
Hi,
There is an issue arround multipart entrypoint. Is not possible to upload file!
There is always this error message from apigee-127/sway librairy:
Error: req.files must be provided for 'formData' parameters of type 'file'
This my package.json dependencies:
And the definition of my entrypoint:
Could I hope an update or a fix for this issue?
If not, could you tell me what direction to take?
The text was updated successfully, but these errors were encountered: