|
I know how to upload documents into a SQL image field, and how to display them. I also know how to make and display thumbnails from files. But I need to know how to make and display the thumbnails from the image field by itself (or upon upload and just save the thumbnail along with the file).
The only solution I can come up with involves writing the image field to a file, then generating the thumbnail, which kind of defeats the whole purpose of my document storage system.
Any ideas or pointers?
|
|
|
ASP.NET provides a GetThumbmail method. Is that what you need?
|
|
|
|
|
|
|
|
|
|