View Single Post
Old 06-28-2010, 04:30 PM   #2 (permalink)
Tim Dobson
The Contributor
 
Tim Dobson's Avatar
 
Join Date: Feb 2010
Posts: 69
Thanks: 16
Tim Dobson is on a distinguished road
Default

lol nevermind i got it i just droped

PHP Code:
if (file_exists($checkfile)) {
    die(
'The file $checkfile exists');
} else {
    

in to the code before the upload took place
Tim Dobson is offline  
Reply With Quote