Code for images

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

I am writing a web based C# application that will allow users to post
image files to the server and also view them (like a photo album).
The back end database is Access.

If you have any good code references, please let me know.

Thanks.
 
There are a few open source projects (most work with PHP) that provide this
capability. Look around SourceForge.net and Freshmeat.net. You should be
able to derive most of the functionality by looking at what those do.
 
Back
Top