在magento管理模块中上传多个图像

时间:2014-03-20 10:55:34

标签: image magento upload module

我是magento扩展开发的新手。我正在努力学习magento扩展开发的基础知识,为此我已经开始创建新的模块。在这

  

我想在管理员后端显示多个图片。

我的system.xml中有以下代码

<logo translate="label comment">
<label>Logo</label>
<comment>Allowed file types: jpeg, gif, png.</comment>
<frontend_type>image</frontend_type>
<backend_model>adminhtml/system_config_backend_image</backend_model>
<upload_dir config="system/filesystem/media" scope_info="1">theme</upload_dir>
<base_url type="media" scope_info="1">theme</base_url>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</logo>
  

只有一个图像显示在管理员中,

最新上传。

  

我想显示保存在上述媒体目录中的所有图片

建议我怎么做。

由于

0 个答案:

没有答案