Jump to content

.Net Experts


tucker

Recommended Posts

Need to download the word document  from URL...

sample url:... http://www....../test.aspx

above URL direct ga open chesthe, it just downloads a word document. there is nothing else in the page.

 

now if i click button on some random page, i want to download the word doc from the above link...

 

please suggest.

 

 

Link to comment
Share on other sites

1 hour ago, tucker said:

Need to download the word document  from URL...

sample url:... http://www....../test.aspx

above URL direct ga open chesthe, it just downloads a word document. there is nothing else in the page.

 

now if i click button on some random page, i want to download the word doc from the above link...

 

please suggest.

 

 

use fiddler and check the whole flow, once you open the url.. it must be redirecting to someother url with 302 and Location header ..you can use that url or seems like WebClient.DownloadFile has auto redirect

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...