Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to save a POSTED file from http input stream

0 views
Skip to first unread message

Dica

unread,
Jan 30, 2007, 9:41:31 AM1/30/07
to
i need to allow users to save files to my site without the use of a web
form. as i'm not able to retrieve any of the file properites via the form
field, how do i go about saving the file from the raw http post stream?

tks in advance


Peter Bromberg [C# MVP]

unread,
Jan 30, 2007, 1:58:01 PM1/30/07
to
Unless you can enable WebDAV, you will need to figure out some way to enable
your users to pass filename information. Otherwise, all you need to do is
save the Request stream of posted byte data.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net

0 new messages