hii,
how to delete selected uploaded images from php server
You have to tell us a bit more.
What does that mean?
Where do you select? How do you select?
When and how where these images uploaded?
Best tell us a little story of the steps the user takes from the beginning to the end.
actually, i have an array of images which is showing in thumbnails list and thumbnails have delete button. when user click on delete button that image deleted from array list.i also want to delete that image from server on delete button click.
Then ou have to submit an identifier of the images (id, filename, whatever is unique) to the server via an API, and in this API then use the submitted identifier to delete the picture. Pure backend work.
thinks for suggesting me a working idea it help me to short out my problem.