简体   繁体   English

如何将图像保存到客户端C或JavaScript或ActiveX

[英]how to save image to client side C or JavaScript or ActiveX

i need to save an image file to client side ,, with out prompting the save,open,cancel dialog , or any similar thing , after long searching i heard that will this will be done only by ActiveX. 我需要将图像文件保存到客户端,而没有提示保存,打开,取消对话框或任何类似的东西,经过长时间搜索后,我听说这只能由ActiveX来完成。 please note that the website is on minimum security and its LocalSite and trusted site 请注意,该网站的安全性最低,并且其LocalSite和受信任的网站

You've heard correctly. 您没听错。 Even with ActiveX controls may be severely limited. 即使使用ActiveX控件,也可能受到严重限制。 As well -- depending on client OS and security settings -- the control may need to be signed by a trusted Certificate Authority. 同样,根据客户端操作系统和安全性设置,控件可能需要由受信任的证书颁发机构签名。 (You can create one on your network, but how to do that and configure the client correctly are a questions for server fault. ) (您可以在网络上创建一个,但是如何执行该操作并正确配置客户端是服务器故障的问题

Not sure that this can solve your problem, but a copule of days ago I found this utility: http://downloadify.info . 不确定是否可以解决您的问题,但是几天前,我发现了该实用程序: http : //downloadify.info That's solution which is mix of flash app and jquery plugin. 那是Flash应用程序和jquery插件的混合解决方案。

You could do this pretty easily by creating a FireBreath plugin; 您可以通过创建FireBreath插件轻松地完成此操作; FireBreath makes it relatively easy to create plugins that work both as ActiveX Controls (IE) and NPAPI plugins (firefox). FireBreath使创建可用作ActiveX控件(IE)和NPAPI插件(firefox)的插件相对容易。 You're right that ActiveX controls are going to be the only way to do it. 您说对了,ActiveX控件将是唯一的方法。

http://firebreath.org http://firebreath.org

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在客户端(javascript)或服务器端的asp.net上将html页面的一部分保存到图像或pdf? - How to save part of an html page to an image or pdf either on client (javascript) or asp.net on the server side? 如何将图像保存到客户端的server.mappath中 - how to save image into server.mappath on client side 如何使用 C#/Javascript 将 PDF 保存为图像? - How to save a PDF as an image with C#/Javascript? 从ASP.NET在客户端运行C#Interop Control ActiveX - Running C# Interop Control ActiveX on Client Side from ASP.NET 如何在客户端(使用javascript)和服务器端验证mac地址和ipaddress(使用c#) - How to Validate mac address & ipaddress in client side(using javascript) & server side(using c#) 如何在服务器端C#中使用Javascript生成的图像? - How to use the image generated by Javascript at server side C#? 如何使用javascript从客户端获取c#timezoneinfo类的客户端时区ID - How to get the client timezone id for c# timezoneinfo class from client side using javascript 使用javascript客户端将div内容另存为.txt或PDF文件 - save div content as .txt or PDF file with javascript Client-Side 将客户端javascript值传递给服务器端C# - pass client side javascript value to server side C# 如何接收和保存从客户端(使用Ajax进行J查询)发送到服务器端(ASP.net C#)的数据? - How to receive and save the data sent from client side (J-query using Ajax) to server side (ASP.net C#)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM