Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はbuildForm方法を持っています:
buildForm
public function buildForm(FormBuilderInterface $builder, array $options) { $builder->add('photo', 'file', array('label' => false, 'required' => false)); }
ファイル選択ウィンドウに .png と .jpeg ファイルのみを表示するには?