1.获取文件格式
<%
FullPath = theFile.Name
filetype= mid(FullPath,InStrRev(FullPath, ".")+1)
'Response.Write f
%>
1.获取文件格式
<%
FullPath = theFile.Name
filetype= mid(FullPath,InStrRev(FullPath, ".")+1)
'Response.Write f
%>
转载于:https://www.cnblogs.com/ince/p/10981649.html