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

AbstractController --> upload() with parameter $files #103

Open
remdan opened this issue Apr 1, 2014 · 1 comment
Open

AbstractController --> upload() with parameter $files #103

remdan opened this issue Apr 1, 2014 · 1 comment
Assignees
Milestone

Comments

@remdan
Copy link

remdan commented Apr 1, 2014

It would be great, when I can give the files for handle-upload to the controller method upload().

public function upload(array $files = array())

and if is there a empty array, you can get the files per default from the request.

@sheeep sheeep added this to the Version 3.0 milestone Apr 1, 2014
@sheeep
Copy link
Contributor

sheeep commented Apr 8, 2014

Notice to self: This or create a dedicated upload manager which can be taken to upload files by hand.

@sheeep sheeep self-assigned this Apr 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants