Hi,
I use a upload form to upload images first in a server directory and then I would like to save file in a database.
My questions :
1. I would like to change the name that image is saved like that :
Image_1.jpeg or Image_1.gif whatever type.
2. I need to save in a database table
table images{
id
name_image
type_image
size
}
Could someone help me ???
Please