我是SafeCracker的新手,虽然我已经能够输入大多数其他输入类型,但文件输入类型对我来说不能正常工作。
以下是我在名为event_icon的字段类型文件上使用的代码
<label for="event_icon"><span>*Event Icon:</span>
<input type="file" name="event_icon" value="{event_icon}">
</label>我也试过了:
<label for="event_icon"><span>*Event Icon:</span>
{field:event_icon}
</label>不是,是joy。
有什么建议吗?
发布于 2012-04-12 02:01:02
嗯,不确定到底发生了什么,但是您的页面上有一个javascript错误,它来自与File字段相关的EE javascript输出。
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
/?&ACT=10&action=setup&_=1334166664318我会尝试将File字段更改为Safecracker File,这是一个简单得多的字段类型。
https://stackoverflow.com/questions/10107519
复制相似问题