Click here to Skip to main content
15,906,323 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am developing a web application in c# for medical field. in which user generates some kind of file[its a billing files] from his offilne software , and he wants to upload those files automatically to server. but he do not want to use a regular file upload system . i.e brows for file then select a specific file and then click to upload button. since the user generates around more than 500 files a day, so he want it automatically uploaded on server. he will keep all files in a specific folder say "c:\Uploadfile". then the web application should automatically read the files from this folder and upload it on server.

its very urgent please guide me

thanks in advance
Posted

1 solution

SSIS (Sql Server Integration Service) is the best solution for your problem. Nice tutorial is available at: http://blog.sqlauthority.com/2011/05/12/sql-server-import-csv-file-into-database-table-using-ssis/[^]
 
Share this answer
 
Comments
Member 3931350 8-Mar-12 0:57am    
thanx GanesanSenthilvel, the article is very nice but its a web application and my application user wants to do it automatically, how could they do it?

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