hat dir weitergeholfen? -----Urspr�ngliche Nachricht----- Von: Christian Freund [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. Februar 2002 13:29 An: ASP Diskussionsliste fuer Anfaenger Betreff: [aspdebeginners] AW: Alle ContentTypes
Ja der Herr Steppel ist drauf!!! Super ! Da hast du ja ungef�hr 10 Mal so viele wie das ganze Interent ;-) Jetzt bin ich aber begeistert! Danke 1000 Mal Christian -----Urspr�ngliche Nachricht----- Von: Steppel [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. Februar 2002 13:12 An: ASP Diskussionsliste fuer Anfaenger Betreff: [aspdebeginners] AW: Alle ContentTypes Hallo :-) Select Case extension Case "hqx" mime_type = "application/mac-binhex40" Case "cpt" mime_type = "application/mac-compactpro" Case "doc" mime_type = "application/msword" Case "bin","dms","lha","lzh","exe","class" mime_type = "application/octet-stream" Case "oda" mime_type = "application/oda" Case "pdf" mime_type = "application/pdf" Case "ai","eps","ps" mime_type = "application/postscript" Case "ppt" mime_type = "application/powerpoint" Case "rtf" mime_type = "application/rtf" Case "bcpio" mime_type = "application/x-bcpio" Case "vcd" mime_type = "application/x-cdlink" Case "cpio" mime_type = "application/x-cpio" Case "csh" mime_type = "application/csh" Case "dcr","dir","dxr" mime_type = "application/x-director" Case "dvi" mime_type = "application/x-dvi" Case "gtar" mime_type = "application/x-gtar" Case "gz" mime_type = "application/x-gzip" Case "hdf" mime_type = "application/x-hdf" Case "skp","skd","skt","skm" mime_type = "application/x-koan" Case "latex" mime_type = "application/x-latex" Case "mif" mime_type = "application/x-mif" Case "nc","cdf" mime_type = "application/x-netcdf" Case "sh" mime_type = "application/x-sh" Case "shar" mime_type = "application/x-shar" Case "sit" mime_type = "application/x-stuffit" Case "sv4cpio" mime_type = "application/x-sv4cpio" Case "sv4crc" mime_type = "application/x-sv4crc" Case "tar" mime_type = "application/x-tar" Case "tcl" mime_type = "application/x-tclr" Case "tex" mime_type = "application/x-tex" Case "texinfo","texi" mime_type = "application/x-texinfo" Case "t","tr","roff" mime_type = "application/x-troff" Case "man" mime_type = "application/x-troff-man" Case "me" mime_type = "application/x-troff-me" Case "ms" mime_type = "application/x-troff-ms" Case "ustar" mime_type = "application/x-ustar" Case "src" mime_type = "application/x-wais-source" Case "zip" mime_type = "application/zip" Case "au","snd" mime_type = "audio/basic" Case "mid","midi","kar" mime_type = "audio/midi" Case "mpga","mp2" mime_type = "audio/mpeg" Case "aif","aiff","aifc" mime_type = "audio/x-aiff" Case "ram" mime_type = "audio/x-pn-realaudio" Case "rpm" mime_type = "audio/x-pn-realaudio-plugin" Case "ra" mime_type = "audio/x-realaudio" Case "wav" mime_type = "audio/x-wav" Case "pdb","xyz" mime_type = "x-pdb" Case "gif" mime_type = "image/gif" Case "ief" mime_type = "image/ief" Case "jpeg","jpg","jpe" mime_type = "image/jpeg" Case "png" mime_type = "image/png" Case "tiff","tif" mime_type = "image/tiff" Case "ras" mime_type = "image/x-cmu-raster" Case "pnm" mime_type = "image/x-portable-anymap" Case "pbm" mime_type = "image/x-portable-bitmap" Case "pgm" mime_type = "image/x-portable-graymap" Case "ppm" mime_type = "image/x-portable-pixmap" Case "rgb" mime_type = "image/x-rgb" Case "xbm" mime_type = "x-xpixmap" Case "xwd" mime_type = "image/x-xwindowdump" Case "htm","html" mime_type = "text/html" Case "txt" mime_type = "text/plain" Case "rtx" mime_type = "text/richtext" Case "tsv" mime_type = "text/tab-separated-values" Case "etx" mime_type = "text/x-setext" Case "sgml","sgm" mime_type = "text/x-sgml" Case "mpeg","mpg","mpe" mime_type = "video/mpeg" Case "qt","mov" mime_type = "video/quicktime" Case "avi" mime_type = "video/x-msvideo" Case "movie" mime_type = "movie/x-sgi-movie" Case "ice" mime_type = "x-conference/x-cooltalk" Case "wrl","vrml" mime_type = "x-world/x-vrml" Case Else mime_type =" text/plain" End Select Sind viele, wei� nicht ob alle :-) Gru�, Steppel | Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/ | [aspdebeginners] als [EMAIL PROTECTED] subscribed | http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv Sie | knnen sich unter folgender URL an- und abmelden: | http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp | Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/ | [aspdebeginners] als [EMAIL PROTECTED] subscribed | http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv | Sie knnen sich unter folgender URL an- und abmelden: | http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp | Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/ | [aspdebeginners] als [email protected] subscribed | http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv | Sie knnen sich unter folgender URL an- und abmelden: | http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp
