Mailinglisten-Archive |
Moin Moin! Du solltest Dir im PHP3 Manual mal die Seite php3-features.file-upload anschauen .. da steht alles drin was man braucht =) [..snip..] A file upload screen can be built by creating a special form which looks something like this: Example 2-3. File Upload Form <FORM ENCTYPE="multipart/form-data" ACTION="_URL_" METHOD=POST> <INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1000"> Send this file: <INPUT NAME="userfile" TYPE="file"> <INPUT TYPE="submit" VALUE="Send File"> </FORM> [..snip..] Vergiss beim FORM niemals das "ENCTYPE="multipart/form-data"" sonst gehts nicht =) (Jaja, aus Fehlern lernt man 8) mfg Thomas -----Ursprüngliche Nachricht----- Von: Hoeschl, Peter <PHOESCHL_(at)_macrotron.de> An: 'php_(at)_infosoc.uni-koeln.de' <php_(at)_solix.wiso.Uni-Koeln.DE> Gesendet: Mittwoch, 9. Juni 1999 14:56 Betreff: [php] Uploadmoeglichkeit von Grafiken > > Liebe Liste, > > > kann ich mit PHP Grafiken auf einen Webserver uploaden. > Ich denke ja. > > Kann mir jemand einen entsprechenden Source zur Verfügung stellen, da > ich noch nicht so sattelfest in PHP bin? > Oder zumindest ein paar Anstoesse geben, in welche Richtung meine Reise > geht? > > Herzlichen Dank, peter > > > > > > -- > Web-Seite: http://infosoc.uni-koeln.de/php/ > Listenadresse: php_(at)_infosoc.uni-koeln.de > http://infosoc.uni-koeln.de/mailman/listinfo/php >
php::bar PHP Wiki - Listenarchive