Mailinglisten-Archive |
This is a multi-part message in MIME format. ------=_NextPart_000_002E_01BF4A4C.E758F540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hallo, ich arbeite auf einem WAMP lokal und versuche mit einem Skript, das ich = unter www.phpbuilder.com gefunden habe, Bilder aufzuladen und in einer = Datenbank zu speichern. Beim Speichern bekomme ich die folgende = Fehlermeldungen: Warning: fopen("C:\\Bilder\\Bild1.jpg","r") - Unknown error in = c:\programme\apache group\apache\htdocs\store.php3 on line 20 Warning: Unable to find file identifier 0 in c:\programme\apache = group\apache\htdocs\store.php3 on line 20 Line 20 lautet: $Daten =3D addslashes(fread(fopen($form_data,"r"), = filesize($form_data))); und Mysql Query lautet: $result =3D MYSQL_QUERY("INSERT INTO = binary_data(description,Daten,filename,filesize,filetype) VALUES = ('$form_description','$Daten','$form_data','$form_data_size','$form_data_= type')"); Woran kann das Problem liegen? Ich bedanke mich fuer jeden Hinweis. Ali ------=_NextPart_000_002E_01BF4A4C.E758F540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2>Hallo,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>ich arbeite auf einem WAMP lokal = und versuche=20 mit einem Skript, das ich unter <A=20 href=3D"http://www.phpbuilder.com">www.phpbuilder.com</A> gefunden habe, = Bilder=20 aufzuladen und in einer Datenbank zu speichern. Beim Speichern bekomme = ich die=20 folgende Fehlermeldungen:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2><B>Warning</B>: = fopen("C:\\Bilder\\Bild1.jpg","r")=20 - Unknown error in <B>c:\programme\apache = group\apache\htdocs\store.php3</B> on=20 line <B>20</B><BR><BR><B>Warning</B>: Unable to find file identifier 0 = in=20 <B>c:\programme\apache group\apache\htdocs\store.php3</B> on line=20 <B>20</B><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Line 20 lautet:</FONT></DIV> <DIV><FONT size=3D2> <P>$Daten =3D addslashes(fread(fopen($form_data,"r"), = filesize($form_data)));</P> <P><FONT face=3DArial>und Mysql Query lautet:</FONT></P> <P>$result =3D MYSQL_QUERY("INSERT INTO=20 binary_data(description,Daten,filename,filesize,filetype) VALUES=20 ('$form_description','$Daten','$form_data','$form_data_size','$form_data_= type')");</P> <P><FONT face=3DArial>Woran kann das Problem liegen? Ich bedanke mich = fuer jeden=20 Hinweis.</FONT></P> <P><FONT = face=3DArial>Ali</FONT></P></FONT></DIV></FONT></DIV></BODY></HTML> ------=_NextPart_000_002E_01BF4A4C.E758F540--
php::bar PHP Wiki - Listenarchive