【发布时间】:2013-05-24 08:52:34
【问题描述】:
我正在尝试使用 Joomla 的 (JForm File Type) 表单上传照片。提交表单和文件后,数据库中的文件字段为空。这里缺少什么?
我的字段与 jdocs 中的字段相似:
<field name="myfilevalue" type="file" label="Enter some text" description="Choose an image from your computer with maximum 100KB" size="10" accept="image/*" />
【问题讨论】: