472,111 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,111 software developers and data experts.

many files in one database field

102 100+
[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??
Jul 9 '07 #1
4 1074
lyealain
102 100+
please help..thanks..............
Jul 9 '07 #2
lyealain
102 100+
help.............................................
Jul 10 '07 #3
lyealain
102 100+
help..........................................
Jul 13 '07 #4
lyealain
102 100+
helppppppppppp.......................
Jul 13 '07 #5

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

3 posts views Thread by Alessandro Ranellucci | last post: by
5 posts views Thread by Brian | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.