dennismonsewicz Posted October 21, 2008 Share Posted October 21, 2008 I have a website that allows users to upload files. I am wanting to display those files and next to the individual files display a delete link/button and when the user clicks that link/button it will delete the file without having to reload the page. Can anyone point me in the right direction for a good tutorial on how to do this? Link to comment https://forums.phpfreaks.com/topic/129423-inline-delete/ Share on other sites More sharing options...
F1Fan Posted October 21, 2008 Share Posted October 21, 2008 Here's a good AJAX tutorial: http://www.w3schools.com/ajax/default.asp You can just change the PHP code that's executed to delete your files and return some kind of result. Link to comment https://forums.phpfreaks.com/topic/129423-inline-delete/#findComment-671184 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.