-
-
Notifications
You must be signed in to change notification settings - Fork 843
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
File Upload In Sandbox Broken #501
Comments
I finally had a chance to come back to this bug - this is caused by the fix in #453 / #457. The issue is that the data it being sent as |
I've spent at least 1 hour on my API developing, testing and vituperating "wtf why my files can't be seen in controller's action?".. Then I checked headers. First I was thinking it is something about FOSRestBundle, it took me a while to get here. Would be great if it was fixed. |
+1 |
Is there any progress on this issue? @willdurand |
What about it? @willdurand |
Same problem here... |
Same problem here |
+1 Any news about this please? |
I also came across with this issue too... |
Does this fix work? |
Works for me. |
@willdurand When do you plan to bump a new release? Thx |
Nice! |
Thank you! |
thank you |
wow, that took forever. 😄 Glad my PR finally made it in after a whole year! |
Nice job ;) |
The File Upload functionality is broken - it is submitting garbage data in the REQUEST body. Something broke between my branch and getting it into master... I suspect it is all the swagger additions. I did check my branch and it still works, so it isn't the original code. When I have a chance, I will debug this.
The text was updated successfully, but these errors were encountered: