【发布时间】:2012-05-09 10:45:58
【问题描述】:
我想创建文件上传,其中包含一些字段作为上传文件的标题和摘要。我也看过this的问题,但我不完全理解。
function someform()
{
// some variables for fields
($this->form_validation->run() == FALSE)
{
}
else
{
// how to check if the file was uploaded?
}
}
【问题讨论】:
标签: php