Multiple image upload

Hi All,

I want to use a form for a user to select up to 5 images, then resize the images and create thumbnails.

Then write the paths to the images in seperate fields in the same record in mysql because all images will relate to that record.

I get so far with doing this but can only write the path in mysql for the first image, then it trys to write a new record and obviously I get a duplicate record error.

Any advice would be very much appreciated.:slight_smile:

Post your code.