OneupUploaderBundle icon indicating copy to clipboard operation
OneupUploaderBundle copied to clipboard

AbstractController --> upload() with parameter $files

Open remdan opened this issue 11 years ago • 1 comments

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.

remdan avatar Apr 01 '14 11:04 remdan

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

sheeep avatar Apr 08 '14 08:04 sheeep