This has nothing to do with ASP.NET particularly. Cross - domain security
policy makes it impossible to write from a client page in a browser to a file
at the server.
You would need to have a receiving "page" on the target machine that would
be able to process a POST of the file.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Hi,
> How do I write on my browser file located on another server with asp.net?
[quoted text clipped - 5 lines]
>
> Shailesh