Hi all.
I've got script that does following:
- Uploads image on server
- Resize that imege and store image in folder with name of Id of user
- Saves path in database
here is my script as atachment
If somebody could help me modify my script so I could be able to upload 6 images.
First image must be resized to W=308 and H=208, and others images sizes must be resized to w=150 and h=100.
From first image also should be made thumbail with size w=100 and h=67.
all paths of images should be saved in database and image upladed in folder with name of Id of user.