[PHP]For x=0 To objUpload.FileCount-1
if FilePath <> "" then
FilePath = FilePath & ","
end if
FilePath = objUpload.File(x).FileName
Call objUpload.File(x).SaveToDisk(Server.MapPath("Uploa ds"), "")
Next [/PHP]
hi... what should i do for storing more than one file in the database field..???
i use comma.. i have 3 browse file button.. when upload only the 3th file's path name is stored into the databae field....pls help.. using & in somewhere??