Remove or Delete Folder or Directory - PHP Filesystem with Ajax JQuery - 7

preview_player
Показать описание
How to remove or delete particular folder or directory dynamically by using PHP script with Ajax Jquery. In this video tutorial on PHP Filesystem we have discuss topic list how to remove or delete folder or directory. For Delete or remove folder or directory we have use rmdir() PHP function.

Рекомендации по теме
Комментарии
Автор

I really congratulate you. You are making very useful publications. Achievements...

osmanylmaz
Автор

thanks thanks thanks much
it is very useful application for me
just how we can store data in database???

aabida_amiri
Автор

if i want to open full images on new window...then which path is used for that...?
@Webslesson

jaweriamunir
Автор

I really appreciate your work right from the first Bless you

ABNATIONProgrammerz
Автор

hello and great job!
how we can get the image path using mysql please help me

aabida_amiri
Автор

The code you provided worked fine when I ran it on xampp on both windows and linux.
But when I manually installed apache and php on linux system and hosted all files from root directory of apache it wont work (I could only see the website but it wont perform any action like creating folder of uploading files).
Any idea why it wont work??

swapniljambhulkar
Автор

hi! there is any way to deploy like in heroku instead of local hosting?

tonybananas
Автор

You are a hero, I'm looking for this type of video for weeks. One question, how do I open files in a browser page instead of renaming them ?

mihaelaandreea
Автор

Hi can you provide a database for this tutorial ? i am new in PHP, thanks

medzjohnbaldono
Автор

Amazing job!

I have occured a problem but idk why but my LOAD_FOLDER_LIST() function is not working :(
I had to go with window.location.reload() to refresh the content after removing the file :(

$.ajax({
url: "action.php",
method: "POST",
data: {path:path, action:action},
success: function(data)
{
alert(data);
window.location.reload();
}
})

TheBartusZak
Автор

why am i unable to upload photos? is it just me?
It seems like upload.php is not being called.

suhaibek
Автор

nice tut but can you make another tut that explain how to explore file from the server without uploaded again from desktop ( when using CRUD)

tnx

shownew