| | | | |
| |||||||
| PHP-Fortgeschrittene Arbeiten mit PHP ohne Einschränkungen |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| Gast
Beiträge: n/a
| Hallo! Ich habe ein kleines Problem mit dem Upload von Dateien: Es lädt nicht up! Hier der betroffene Code: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<?
if (!empty($_POST['submit'])) {
echo $_FILES['image']['size'];
}
?>
<html>
<head>
<title>STARTSEITE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form method="post" name="change" action="idtext.php?changed=yes">
Bild:
<input type="file" name="image" size="50">
<input type="submit" name="submit" value="OK">
<input type="reset" value="Reset">
</form>
</body>
</html>
Hier eine kopierte Info.php meines lokalen Webserver: http://www.alluwish.de/info/info.html mein System ist ein 32Bit Windows XP-System vielleicht kann mir ja jemand helfen... Danke, Jojo |
|
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| HTML: File Upload: Maske moeglich? | SvenLittkowski | HTML, Usability und Barrierefreiheit | 4 | 28.08.2007 23:41 |
| Problem mit File Upload | b++ | PHP Tipps 2006 | 2 | 26.04.2006 20:35 |
| File Upload | tomtaz | PHP Tipps 2006 | 1 | 19.04.2006 14:58 |
| file upload & bilder resize | PHP Tipps 2006 | 3 | 15.02.2006 18:56 | |
| File Upload für dateien größer als 1GB | b++ | PHP Tipps 2006 | 14 | 08.02.2006 21:59 |
| File Upload mit mehreren Files | PHP-Fortgeschrittene | 16 | 16.01.2006 12:07 | |
| File Upload - während upload vorgang anmiertes gif | PHP-Fortgeschrittene | 4 | 20.10.2005 18:13 | |
| libmysqlclient.so.10 is needed | Datenbanken | 11 | 20.06.2005 15:27 | |
| File Upload | Server, Hosting und Workstations | 2 | 24.05.2005 17:07 | |
| update auf php 5.0.4 | robo47 | Server, Hosting und Workstations | 6 | 10.04.2005 19:00 |
| File upload / Ändern Datensatz | Datenbanken | 0 | 28.12.2004 15:40 | |
| file upload + und pic gleichzeitig verkleinern | PHP Tipps 2004-2 | 3 | 16.12.2004 08:09 | |
| Problem mit File Upload | PHP Tipps 2004-2 | 2 | 19.11.2004 13:41 | |
| File upload | PHP-Fortgeschrittene | 3 | 23.08.2004 17:16 | |
| [Erledigt] File Upload: PRoblem mit Upload directory | PHP Tipps 2004 | 3 | 26.06.2004 13:20 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| upload verweigert, shotty verweigert upload?, uoloaded.to severerror, type file $_files, upload verweigert dospace, php upload file type verweigern, \upload verweigert\, server viel hochladen verweigert, probleme hochladen dienste, upload wird verweigert, doctype html public file upload issue |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.