Re: [PHP] HELP!!! Upload files!!!!

2001-03-09 Thread Richard Lynch
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

[PHP] HELP!!! Upload files!!!!

2001-03-06 Thread Bruno Freire
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: html head script function nomearq() { teste.nome.value=teste.arquivo.value; } /script body bgcolor="#E6" ?php if