Posted by Zilla on 02/16/06 11:49
> move_uploaded_file($_FILES['userfile']['tmp_name'], "path/to/file.ext"); Of course it should be: move_uploaded_file($_FILES['filename']['tmp_name'], "path/to/file.ext"); Zilla
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming