Tags
Ajax ASP asp upload autorun cookies CoolCode datatime DOM domain email firebug firefox focus Get hmailserver IE ie6 IE if语法 if语法 IMAP javascript Jimmy jmail js JScript json JS乘法 js跨域 maimaij MaiMaiJ Live Messenger MSN mssql mssql image mysql password PclZip performance PHP protoytpe SEO Session sql windows WordPress XMLSeptember 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Categories
Tag Archives: ASP
风声无组件上传类修改版
这次修改的更新主要是增加了对保存目标路径的判断,如果不存在,就自动生成,SavePath的参数支持相对路径和绝对路径 uploadclass 下面把代码贴出来 123456789101112131415161718192021′———————————————————- ‘**************** 风声无组件上传类 2.11 ***************** ‘作者:风声 ‘网站:http://www.fonshen.com ‘邮件:webmaster@fonshen.com ‘版权:版权全体,源代码公开,各种用途均可免费使用 ‘修改:迦楠 ‘网站:http://www.ishere.cn | http://www.aobodo.com ‘说明:SavePath参数支持相对与绝对两种路径,并自动生成目标文件夹 ‘********************************************************** ‘———————————————————- Class UpLoadClass Private m_TotalSize,m_MaxSize,m_FileType,m_SavePath,m_AutoSave,m_Error,m_Charset Private m_dicForm,m_binForm,m_binItem,m_strDate,m_lngTime Private m_Fso,astrPath, ulngPath, i, strTmpPath Public FormItem,FileItem Public Property Get Version Version="Fonshen UpLoadClass Version 2.11" … Continue reading