06-28-2010, 04:30 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Feb 2010
Posts: 69
Thanks: 16
|
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
|
|
|
|