Forums
This topic is locked
How to save file name after Rename Uploaded Files
17 Mar 2004 00:03:31 ilan co posted:
how to save file name in the table after Pure ASP Upload Rename Uploaded Files-----------------------
<%
' *** Rename Uploaded Files 1.7.0
If (CStr(Request.QueryString("GP_upload"


Dim REUF_path, REUF_nameConflict, REUF_renameMask
REUF_path = "doc5"
REUF_nameConflict = "uniq"
REUF_renameMask = "MC.##ext##"
RenameUploadedFiles REUF_path,REUF_nameConflict,REUF_renameMask
end if
%>
--------------------------
i wont to get the file name to inser it in my table !
thnks