Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I am using ajax fileupload with persist file=true.The fileupload control uploads any file size and the database gets updated when i run the project on my localhost.

But when the same project i deployed to online server the fileupload controls shows that file but the database doesn't gets updated and shows the previous file.


Pls help
Posted

1 solution

Sounds like a possible issue with your connection string to your database. Make sure that your connection string in your deployment is correct for your production database.
 
Share this answer
 
Comments
utkarsh3146 27-Jul-12 9:15am    
dear connection string i hve checked are all correct.there is no such issue.

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