symfonyvichuploaderbundleoneupuploaderbundle

What are the different frontends that can be set with OneupUploaderBundle?


What are the different frontends that can be set with OneupUploaderBundle in the config.yml file? I googled this and I found some frontend like: mooupload, blueimp.

What is the full list?

# app/config/config.yml
oneup_uploader:
    mappings:
        gallery:
            frontend: blueimp # or any uploader you use in the frontend

Is it possible to use VichUploaderBunde as frontend in OneupUploaderBundle?


Solution

  • VichUploaderBundle is not a "frontend" bundle. It just provides a way to handle uploads and persist them in entities/models. You can use VichUploaderBundle or OneupUploaderBundle but not both. However, you should be able to use any frontend you want (dropzone, FineUploader, MooUpload, etc.), it will just require a bit of integration work.