Forum de discussion
Forum « Programmation ASP » (archives)
msword et asp
Envoyé: 9 juin 2004, 9h25 par fredoys
je viens de mettre en place une page asp pour dl un fichier doc
pas de probleme tout fonctionne mais il ne me prend pas les images avec.
pour le momment j'ai ceci
Response.ContentType = "application/msword"
Response.ContentType = "application/doc"
Response.ContentType = "appl/text"
Response.ContentType = "application/vnd.msword"
Response.ContentType = "application/vnd.ms-word"
Response.ContentType = "application/winword"
Response.ContentType = "application/word"
Response.ContentType = "application/x-msw6"
Response.ContentType = "application/x-msword"
Response.ContentType = "zz-application/zz-winassoc-doc"
Response.AddHeader "Content-Disposition", "inline; filename=bien"&NumBien&".doc"
si quelqu'un a un bon tuyau je suis preneur
amicalement
fred
Réponses
|