Quantcast
Viewing all articles
Browse latest Browse all 16

List all uploaded file with Delete option

Image may be NSFW.
Clik here to view.
Reblogged from Web Developer Blog:

Image may be NSFW.
Clik here to view.
Click to visit the original post

Hello guys,

Today, one of my friend asked me to display the uploaded files from folder with delete option. so i write below code, which i gonna share with u people.

so here, i'm creating delete button for each file with unique id(filename), when user press on button i'm passing id(filename) to del() function.
so in javascript, del() function i'm getting filename and that name i'm sending to delete.php file through ajax post method.

Read more… 93 more words


Viewing all articles
Browse latest Browse all 16

Trending Articles