Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to upload files in modal popup in asp.net using jquery. can any one help me out to solve this issue. thanks in advance.
Posted
Comments
DamithSL 4-Jan-15 10:21am    
what is the issue? can you update the code which having the issue?

It is good to post your code also, so that we can try to give you better solution . All i can do now is giving you a good reference link.

Refer :- upload file in popup in asp.net using jquery
 
Share this answer
 
We can work on onchange event of file uploader in jquery.
1.on this event you can read the content of the file using javascript and send the contents to the server side using ajax where you can call your database insertion function to insert the content in your database.Or you can make a file of same name using c# and the content that you just send using ajax .
 
Share this answer
 

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