Mailinglisten-Archive |
This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C006FF.9B12C6A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Guten Abend, ich habe folgende Codes verwendet: 1.. <form enctype=3D"multipart/form-data" action=3D"upload.php3" = method=3D"post"> <input type=3D"file" name=3D"userfile"> <input type=3D"submit" name=3D"submit" value=3D"upload"> </form> 2.. <?php $path =3D "/home/strato/www/re/www.referated.de/htdocs/referat/files"; copy( $userfile, $path . $userfile ); ?> Ich erhalte folgende Fehlermeldung: Warning: Unable to create = '/home/strato/www/re/www.referated.de/htdocs/referat/files/var/tmp/phpAAA= IraOrn': No such file or directory in = /home/strato/www/re/www.referated.de/htdocs/referat/upload.php3 on line = 3 -- Mit freundlichen Gr=FC=DFen Martin ------=_NextPart_000_0009_01C006FF.9B12C6A0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dwindows-1252"> <META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Guten Abend,</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>ich habe folgende Codes = verwendet:</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2> </DIV> <OL> <LI> <DIV><form enctype=3D"multipart/form-data" action=3D"upload.php3"=20 method=3D"post"><BR><input type=3D"file" = name=3D"userfile"><BR><input=20 type=3D"submit" name=3D"submit" = value=3D"upload"><BR></form></DIV></LI> <LI> <DIV><FONT face=3DArial size=3D2><?php<BR>$path =3D=20 "/home/strato/www/re/www.referated.de/htdocs/referat/files";<BR>copy(=20 $userfile, $path . $userfile );<BR>?><BR></DIV></FONT></LI></OL> <DIV> </DIV> <DIV>Ich erhalte folgende Fehlermeldung:</DIV> <DIV> </DIV> <DIV><STRONG>Warning</STRONG>: Unable to create=20 '/home/strato/www/re/www.referated.de/htdocs/referat/files/var/tmp/phpAAA= IraOrn':=20 No such file or directory in=20 <B>/home/strato/www/re/www.referated.de/htdocs/referat/upload.php3</B> = on line=20 <B>3</B><BR></DIV> <DIV> </DIV> <DIV> </DIV> <DIV>--</DIV> <DIV>Mit freundlichen Gr=FC=DFen</DIV> <DIV> </DIV> <DIV>Martin</DIV> <DIV></FONT> </DIV></BODY></HTML> ------=_NextPart_000_0009_01C006FF.9B12C6A0--
php::bar PHP Wiki - Listenarchive