-
-
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
Field type file not available in sandbox #626
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
version 3 is a complete rewrite. please check if this is still a problem with version 3 and a recent symfony version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have configured the form field type "file" on an endpoint:
Which seems to work fine in the web input view:
However upon selecting an image and submitting there is nothing registered in the Symfony files bucket:
We have tested the controller/action using the following more simplistic upload code and the endpoint works perfectly, however with sandbox, we hit one of our no file HTTP exception throws:
Looking at the request headers supplied by sandbox to the endpoint:
As opposed to the request headers supplied by our test view:
We notice the following differences:
I noticed the following bug report here: #501
The text was updated successfully, but these errors were encountered: