symfony2 - What are the different frontends that can be set with OneupUploaderBundle? -
symfony2 - What are the different frontends that can be set with OneupUploaderBundle? -
what different frontends can set oneupuploaderbundle in config.yml file? googled , found frontend like: mooupload
, blueimp
.
what total list?
# app/config/config.yml oneup_uploader: mappings: gallery: frontend: blueimp # or uploader utilize in frontend
is possible utilize vichuploaderbunde frontend in oneupuploaderbundle?
vichuploaderbundle not "frontend" bundle. provides way handle uploads , persist them in entities/models. can utilize vichuploaderbundle or oneupuploaderbundle not both. however, should able utilize frontend want (dropzone, fineuploader, mooupload, etc.), require bit of integration work.
symfony2 vichuploaderbundle oneupuploaderbundle
Comments
Post a Comment