开发者

How to create thumbnail images in classic asp?

I found the best solutio开发者_开发百科n in codeproject

But to enable that, I need to register the com object first.

So is there any other way to create thumbnails with out using any third party?

In about example we have to use CxImageATL.dll. If we can't do without third party then, Is there any other way to use this dll with out registering the dll on server?


The CodeProject solution is a wrapper to the cxImage.dll. The problem is that you can not access the Windows API directly from ASP, so you need a third party (or your own) COM DLL.

If you don't want to register any object, I suggest you to use an ASP.net page to do the job of creating the thumbnail. Surely the server has ASP.net installed and you don't need to register anything.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜