Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The documentation on this leaves much to be desired.
public function uploadFile(File $file) {
$file->move($this->uploadDir, $this->generateUniqName($file));
}
services:
file_uploader:
class: FileUploader
arguments: ['%kernel.root_dir%/../web/uploads']
You can try IPhpFileStoreBundle . It is quite old, not very flexible (although you can partially expand it yourself), but it copes with its task.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question