Re: uploading a mail attachment using webdav
From: Lee Derbyshire [MVP] (a_at_t)
Date: 10/06/04
- Next message: PC: "Re: Using OWA across the Internet and clear text passwords and email"
- Previous message: Leif Pedersen [MVP]: "Re: How do I forward mispelled email addresses to an administrator without all NDR's"
- In reply to: Henning Krause: "Re: uploading a mail attachment using webdav"
- Next in thread: Henning Krause [MVP]: "Re: uploading a mail attachment using webdav"
- Reply: Henning Krause [MVP]: "Re: uploading a mail attachment using webdav"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 6 Oct 2004 11:47:00 +0100
"Henning Krause" <newsgroup.no@spam.infinitec.de> wrote in message
news:O3N3i$3pEHA.644@tk2msftngp13.phx.gbl...
> When I recall correctly, you have two options:
>
> 1. Use the OWA style, which looks like this:
>
> <snip>
> POST http://myserver/public/myfolder/myitem.eml?Cmd=addattach
> Content-Type: multipart/form-data; boundary=AaB03x
>
> --AaB03x
> Content-Disposition: form-data; name="attachfile";
> filename="<attachmentfilename>"
> Content-Type: application/octet-stream
>
> <here comes the stream of the attachment
> AaB03x--
> </snip>
Hi Henning,
Have you ever successfully managed to add an attachment using POST ? I've
tried endless variations of this, and I get the normal OWA attachment well
HTML page returned okay as a response, but the file never really gets
attached.
Lee.
- Next message: PC: "Re: Using OWA across the Internet and clear text passwords and email"
- Previous message: Leif Pedersen [MVP]: "Re: How do I forward mispelled email addresses to an administrator without all NDR's"
- In reply to: Henning Krause: "Re: uploading a mail attachment using webdav"
- Next in thread: Henning Krause [MVP]: "Re: uploading a mail attachment using webdav"
- Reply: Henning Krause [MVP]: "Re: uploading a mail attachment using webdav"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|