Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I am using a fileupload control to upload a .csv file which is already exists in PC
and then I am importing this .csv file to table in sql server database. It works fine.
But now I want to upload this .csv file directly from a website(nseindia.com) instead of PC.How can I upload .csv file from a website into my web application?
Posted
Comments
Herman<T>.Instance 13-Mar-12 7:11am    
make sure your website can reach the folder the other website stores the files
Mousumi2708 13-Mar-12 8:01am    
Digimanus ,
thanks, My question was that how could I reach there and how could I choose this file dynamically?
shreekar 13-Mar-12 10:34am    
You may have to look at using screen scraping of the intended website, locate the link and access it using System.Net.WebClient

1 solution

Try using System.Net.WebClient
It's the easiest way to upload or download a file.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900