phpbar.de logo

Mailinglisten-Archive

AW: [php] UPLOAD PC/MAc

AW: [php] UPLOAD PC/MAc

Ernst Dietrich dietrich at ecomm-projekte.de
Die Jul 20 11:56:54 CEST 2004


> //Funktionsaufruf, nach Formularversand
> $nName = mkNeuerNameUndSave($pic1,1001,'images','test');
>
> function mkNeuerNameUndSave($pic, $id, $verzeichnis, $typ)
> 	{
> 	//Format wird überprüft und unbenannt nach tab-ID
> 	$gTyp = GetImageSize("$pic");
> 	switch ($gTyp[2])
> 		{
> 			case '1': 	//GIF
> 						$nName =
> $id.'_'.$typ.'.gif';
> 						break;
> 			case '2':	//JPEG
> 						$nName =
> $id.'_'.$typ.'.jpg';
> 						break;
> 			case '3':	//PNG
> 						$nName =
> $id.'_'.$typ.'.png';
> 						break;
> 		}
> 	//save
> 	copy ($pic, $verzeichnis."/".$nName);
> 	return $nName;
> 	}

Hallo Thomas,

also ich verwende immer: move_uploaded_file, wenn ich einen Dateiupload
vornehme.

siehe auch:
http://www.php-center.de/de-html-manual/function.move-uploaded-file.html


------------->>
MFG
Ernst Dietrich
http://www.ernst-dietrich.de
staatl. gepr. Wirtschaftsinformatiker



php::bar PHP Wiki   -   Listenarchive