Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i wants to bind whole folder containg many images in it...when i save then ithe folder shuold be compressed and moves to the database....how to make that in C#.
Posted
Comments
OriginalGriff 14-Dec-12 11:22am    
What have you tried?
Where are you stuck?
sariqkhan 14-Dec-12 13:18pm    
sir, i have doubt
http://www.codeproject.com/Answers/509145/Removingplusdynamicpluscontrols#answer3

1 solution

Assuming you know how to open a file and upload it to the database?

The bit you're missing to "bind" to the folder is the .Net FileSystemWatcher

This has already been conveniently covered in a previous code project article.

Watching Folder Activity in C# .NET[^]
 
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