How can this problem be solved? After uploading a lot of images on the server (N more), users can browse my server and select an image as their signature file. how can I implement it? Input & nbsp; typefile does not work, because it is not Upload ------ solution ------------------ list images, save the selected file name and address, call when Display ------ solution -------- how can this problem be solved?
Uploaded many images on the server (N More)
The user can browse my server and select an image as his/her signature file.
How can I implement it?
Input type = file is not acceptable because it is not an upload task.
------ Solution --------------------
List images, save the selected file name and address, and call this operation when displaying images.
------ Solution --------------------
You must list the images and select them for you.
------ Solution --------------------
Create a page, use the method to list it, and number each image, such as numbers 1, 2, and 3. put an option or select in the form. Finally, on the php page for selecting images, include this page. which image does the user select and store the numbers in the database?
------ Solution --------------------
Database