Michael Arena wrote:
When I put change the line you suggested to "
Line25         $fileatt      =
"/home/sites/webserver.agraservices.net/web/mike/$_POST['fileatt']";
                    $fileatt_type = $_FILES['fileatt']['type'];// Type of
file being sent
                    $fileatt_name = $_FILES['fileatt']['name'];// Name of
file
"

"/home ... ".$_POST['fileatt'];

[ snip ]


-- Burhan Khalid phplist[at]meidomus[dot]com



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to