Re: [PHP] image file prob

2001-02-28 Thread John LYC
thanks for the info... well. what i did was to fread the files and store them using sessions variables. at the end of the process. .. i do a walk thur the array and insert them into the DB... john John LYC wrote: > hi.. > i have a form that allow users to upload several image files. > e

Re: [PHP] image file prob

2001-02-27 Thread Richard Lynch
ubject: [PHP] image file prob > hi.. > i have a form that allow users to upload several image files. > every time they submit, i do fread them and assign them to an array... > this array will be passed on until user confirmation.. then i insert > into database as blob type &

[PHP] image file prob

2001-02-26 Thread John LYC
hi.. i have a form that allow users to upload several image files. every time they submit, i do fread them and assign them to an array... this array will be passed on until user confirmation.. then i insert into database as blob type //freed image file and assign to array. $diagram[$ind] = ad