Servus.
funktioniert bei mir auf localhost wunderbar, nur warum online nicht...
PHP 4.4.1
Daher kommt die Datei:
Code vom nicht funktionierendem Teil (beginnend ab reihe2)
Fehlermeldung:
jemand ne prompte idee?
funktioniert bei mir auf localhost wunderbar, nur warum online nicht...
PHP 4.4.1
Daher kommt die Datei:
PHP-Code:
<input type=file name=datei>
PHP-Code:
$name_des_bildes=$FILES['datei']['name'];
//Datei verkleinern
$zeiger_auf_datei=fopen("$datei","rb");
$inhalt_der_datei=fread($zeiger_auf_datei,filesize("$datei"));
Fehlermeldung:
Warning: fread(): supplied argument is not a valid stream resource in /home/atcalipi/public_html/wrestling-manager/pic_senden.php on line 6
Warning: fread(): supplied argument is not a valid stream resource in /home/atcalipi/public_html/wrestling-manager/pic_senden.php on line 46
Warning: fclose(): supplied argument is not a valid stream resource in /home/atcalipi/public_html/wrestling-manager/pic_senden.php on
Warning: fread(): supplied argument is not a valid stream resource in /home/atcalipi/public_html/wrestling-manager/pic_senden.php on line 46
Warning: fclose(): supplied argument is not a valid stream resource in /home/atcalipi/public_html/wrestling-manager/pic_senden.php on
Kommentar