以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 关于web输入框 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=185510) |
-- 作者:ygg8310 -- 发布时间:2023/2/27 10:11:00 -- 关于web输入框 问题1:如何将web输入框中的内容赋值? 例如: Dim xm As String = e.PostValues.ContainsKey("xm") 问题2:关于文件上传的命名问题,我想吧文件命名为,姓名,工号
|
-- 作者:有点蓝 -- 发布时间:2023/2/27 10:24:00 -- 1、http://www.foxtable.com/mobilehelp/topics/0059.htm e.SaveFile(key, fln, ProjectPath & "Attachments\\" & dr("姓名") & dr("工号") & & "." & fln.split(".")(1))
|