Posts: 1,832
Location: Somewhere else entirely
|
while (!feof($handle)) {
^ If this fails the first time, you won't see an arror, nor will you see $value.
Try echoing out $pedupload and the using your browser or FTP manually view the file to check its contents.
Are you using the code:
PHP Code:
move_uploaded_file($_FILES['pedfile']['tmp_name'], $pedupload)
anywhere to move the file into the right place after upload?
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|