read file from url on different server

Hi,
How do I write on my browser file located on another server with asp.net?
I am using AJAX javascript but I get access denied error.

Any clue is appreciated.

Thank you in advance.

Shailesh
Shailesh Patel [ Fr, 11 April 2008 18:53 ] [ ID #1940210 ]

RE: read file from url on different server

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


"Shailesh Patel" wrote:

> Hi,
> How do I write on my browser file located on another server with asp.net?
> I am using AJAX javascript but I get access denied error.
>
> Any clue is appreciated.
>
> Thank you in advance.
>
> Shailesh
>
>
>
pbromberg [ Fr, 11 April 2008 19:51 ] [ ID #1940218 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » read file from url on different server

Vorheriges Thema: pdf viewer component
Nächstes Thema: Create fields in the standard asp.net user