OneupUploaderBundle
OneupUploaderBundle copied to clipboard
AbstractController --> upload() with parameter $files
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.
Notice to self: This or create a dedicated upload manager which can be taken to upload files by hand.