thinkphp上传多个图片,只能上传一个图片和保存一个数据,什么原因?
需求:将同时上传的不同图片存到同一个表中的各自对应的字段,怎么实现??1、模板代码显示:<tr><th>站点logo:</th><td><inputtype="file"...
需求:将同时上传的不同图片存到同一个表中的各自对应的字段,怎么实现??
1、模板代码显示:
<tr>
<th>站点logo:</th>
<td>
<input type="file" name="img" id="img" class="input-text" size=21 />
<if condition="$set['site_logo'] neq ''">
<img src="{$set['site_logo']}" style="max-height:64px;" />
</if>
</td>
</tr>
<tr>
<th>硕士logo</th>
<td>
<input type="file" name="master_logo" id="master_logo" class="input-text" size=21 />
<if condition="$set['master_logo'] neq ''">
<img src="{$set['master_logo']}" style="max-height:64px;" />
</if>
</td>
</tr>
<tr>
<th>机构logo</th>
<td>
<input type="file" name="institute_logo" id="institute_logo" class="input-text" size=21 />
<if condition="$set['institute_logo'] neq ''">
<img src="{$set['institute_logo']}" style="max-height:64px;" />
</if>
</td>
</tr>
2、thinphp代码:
用thinkphp的一般上传文件的代码
然后调用。 展开
1、模板代码显示:
<tr>
<th>站点logo:</th>
<td>
<input type="file" name="img" id="img" class="input-text" size=21 />
<if condition="$set['site_logo'] neq ''">
<img src="{$set['site_logo']}" style="max-height:64px;" />
</if>
</td>
</tr>
<tr>
<th>硕士logo</th>
<td>
<input type="file" name="master_logo" id="master_logo" class="input-text" size=21 />
<if condition="$set['master_logo'] neq ''">
<img src="{$set['master_logo']}" style="max-height:64px;" />
</if>
</td>
</tr>
<tr>
<th>机构logo</th>
<td>
<input type="file" name="institute_logo" id="institute_logo" class="input-text" size=21 />
<if condition="$set['institute_logo'] neq ''">
<img src="{$set['institute_logo']}" style="max-height:64px;" />
</if>
</td>
</tr>
2、thinphp代码:
用thinkphp的一般上传文件的代码
然后调用。 展开
TableDI
2024-07-18 广告
2024-07-18 广告
作为上海悉息信息科技有限公司的一员,我们专注于提供高效的数据处理解决方案。对于多个文件表格的合并需求,我们通常采用专业的数据整合技术,确保数据的准确性和一致性。通过精确匹配表格字段和格式,我们能够快速、准确地将多个表格合并成一个,为用户提供...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询