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

Get attachments working #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Get attachments working #206

wants to merge 1 commit into from

Conversation

No3x
Copy link

@No3x No3x commented Sep 5, 2015

$data['attachment'] is not an array ... it's an HttpFoundation\File\File (UploadFile) at this point already. Without this the attachment was not recognized at all.

Somebody experienced the same? (php 5.5.9)

`$data['attachment']` is not an array ... it's an `HttpFoundation\File\File` (`UploadFile`) at this point already. Without this the attachment was not recognized at all.
@No3x
Copy link
Author

No3x commented Sep 5, 2015

OK, tests failed but https://github.com/sayakb/sticky-notes/pull/206/files#diff-d8ca049348936aa8d7a0bafa9f635eb7L172 is_array was always false for me. Discussion appreciated.

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

Successfully merging this pull request may close these issues.

1 participant