-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for file upload #53
Comments
Actually this feature is totally missing. |
It's possible to include this feature on next major release ? |
Hi @albertotn, this feature will be present in the next major version. |
@albertotn finally this feature is available in version 1.4.0 |
how to enable this in the interface ? I'm not able to see any dedicated button to specify my local file |
so it's fine, thanks! |
How to upload file using resting ?
Take as example this call using CURL:
curl -X POST "http://localhost:8080/test/rest/test/674/import/test" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "[email protected];type="
It's possible to select a file and the upload to rest service?
The text was updated successfully, but these errors were encountered: