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

Support multipart/form-data uploads #5

Open
pceccato opened this issue Feb 7, 2017 · 0 comments
Open

Support multipart/form-data uploads #5

pceccato opened this issue Feb 7, 2017 · 0 comments

Comments

@pceccato
Copy link

pceccato commented Feb 7, 2017

Uploadr uploads its file by sending the file data in the payload of a POST request to the upload controller on the server.

I am using it in a corporate environment with IBM Tivoli Access Manager/Webseal, which is a reverse proxy handling authentication between the users browser and the grails application server.

The proxy attempts to decode the payload, but beacuse it is binary data it fails with a 400 bad request error.

If there was an option to upload the file like a standard HTML file upload form with content type 'multipart/form-data' it would work.

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

No branches or pull requests

1 participant