English 中文(简体)
寻找CKFinder连接器,供存储在服务器双元数据中的图像
原标题:Looking for a CKFinder connector for images stored in SQL Server binary data

I m 寻找CKFinder的连接器,使其能够将存储在服务器数据库中的图像作为双向数据。 谷歌已经取得了很多进展,我很想知道,或许做的不是这样的事情,而且请允许我谈谈一些法典?

问题回答

如果你寻找一名官员的话,那就没有一名官员,那么就看不到一名官员。 我为此设立了a trac票,但遭到拒绝。

它们是一件好事,因为背后可以是MySQL、MSSQL、PogreSQL、Oracle或任何平台上的任何其他服务器。

Backups and migrations aside, the best reason to use an SQL backend (at least for me) is for storing metadata and that would still require some custom SQL, because they could have no idea what I want to store and how.

我知道,如果你们感到这样,这不是一种解决办法。 我没有发现官方网站Serverside Integration Guide

What you need is a handler. You are trying to read a binary image from a database and serve it to a user (or page - depending on the need). You can see an example here: http://weblogs.asp.net/cazzu/archive/2003/08/27/25568.aspx

It would help to know who -or what- is going to consume the image. Are you creating an image store? So at that point you would reference the Handler in your web.config and then create a Gridview or DataList that references the images and the Handler will render them for you at runtime.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签