Start New Discussion Reply to this Discussion Online Storage App - Deleting Files
suhaildawood
Newbie Poster
18 posts since Feb 2011
Reputation Points: 10
Solved Threads: 3
Skill Endorsements: 0
<?php $name=$_GET['name'];
$target = "../upload/$name";
$myFile = $target;
unlink($myFile);
This is a piece of code that i have used once before. In this case i have got the file name after it was posted to the url. The unlink part is the bit where it deletes the file.
Make sure you use proper security. In this case the user could potentially change the url from .php?name=file1 to .php?name=file2 and therefore delete file2 aswell.
mathieu89
Light Poster
37 posts since Nov 2010
Reputation Points: 24
Solved Threads: 4
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0547 seconds
using 2.65MB