>Warning: Rename failed (Invalid cross-device link) in
>/usr/local/etc/httpd/htdocs/intranet/upload.php on line 26
In Un*x, you can't "rename" a file from one hard drive onto another.
That's what you are trying to do.
Change your use of rename() to be copy() instead.
--
Visit the Zend Store at
Look the message:
Warning: Rename failed (Invalid cross-device link) in
/usr/local/etc/httpd/htdocs/intranet/upload.php on line 26
What i'm doing wrong???
My code:
function nomearq()
{
teste.nome.value=teste.arquivo.value;
}
";
?>
Nome do Arquivo
2 matches
Mail list logo