hi all,

can anybody help me out. I've got 3 input type="file" tags on my form. so
user can upload 3 files at a time.
i manage to store the files in the particular directory and the related
filenames in the database.If one input type="file" is there then no problem
ie just use the File.Clientfile to catch the filename given the user but
i've got three file inputs on my form. i'm getting the same filename when i
outputted the 3 filenames selected by the user rather they three are
different.

I tried with using arrayappend in the action form. i mean after one cffile
tag one arrayappend the same way i wrote three arrayappends. But doet it
works???? i mean my approach is correct? to trap the 3 filenames given by
the user?

i read the documentation, in that they clearly mentioned that "If two
cffiles tags execute, the results of the first are overwritten by the
subsequent cffile operation". 

how should i do this??

thanx in advance

regards
nagesh


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to