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
For starters, PHP throws away any uploaded files when the script finishes to avoid a denial of service attack where somebody can overflow your /tmp by uploading over and over. You have to copy the files in the first script, and pass *those* locations on to your next page. -- Visit the Zend Store