forms - how to manage adding files to entities in symfony -


i trying add multiple files entity.i want users possibility upload pc or add existing files server entity. question how manage that? on create , edit entity ? possible mix data transformers , form events on single field?the entity of file can added multiple entities , each entity has multiple files

handling file uploads in symfony natively without of other components bit messy in opinion, it's possible. take @ this cookbook article.

however, suggest take @ vichuploaderbundle community bundle


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -