现在的位置: 首页 > 综合 > 正文

cffile标签上传文件

2018年01月23日 ⁄ 综合 ⁄ 共 470字 ⁄ 字号 评论关闭

 

 <cffile
action = "upload"        <!-------Upload 上传档案,Move 搬移档案,Rename 将档案重新命名,Copy 拷贝档案 ,Delete 删除档案,Read 读取一般档案,ReadBinary 读取一般档案,Write 读取二进制档案,Append 将文字资料加至档案尾端 ---------->
destination = "full pathname"  <!--------文件保存地址------>
fileField = "form field"      <!------用来选择档案的窗体字段名称. 注意: 不要使用 # 符号去指定字段名称.----->
accept = "MIME type|file type"        <!-----上传文件类型accept = "image/jpg, application/msword"------->
attributes = "file attribute or list"
mode = "permission"
nameConflict = "behavior"
result = "result name">

【上篇】
【下篇】

抱歉!评论已关闭.