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.
モジュールを作成していて、編集ページ (バック オフィス) に画像を追加したい場合、次のようにします。
$fieldset->addField('photo', 'image', array( 'label' => "image", 'required' => false, 'name' => 'image', ));
入力はページに存在しますが、コントローラーにはこの画像に関する情報がありません。誰かがこれを行う方法を教えてもらえますか?
ありがとう。
画像アップロード記事参照
http://www.magentocommerce.com/wiki/5_-_modules_and_development/admin/how_to_create_pdf_upload_in_backend_for_own_module