Can anyone answer this question
"How can i download any file/DLL residing at server from ActiveX component running at clinet side.
					
					
						User Profile
				
					Collapse
				
			
		
	
- 
	
	
	
	
 How to download text file or DLL from a ActiveX component.Hi All,
 I have a web page residing on a server. Through that web page i download the ActiveX on the client machine. Now i want to downlaod some text file(in a encrypted form) or DLL which also resides on server from ActiveX component running at client side. How can i perform this task. I appreciate if someone can send me code snippet.
 
 Regards
 wanni.
- 
	
	
	
	
 
- 
	
	
	
	
 SCardListReaders APIHi ALL,
 Is there any way to use SCardListReader s API (from winscard.dll) in Javascript.
 I want to populate all smart card readers list in a combo box.
 
 Regards
 wanni.
- 
	
	
	
	
 Regarding server side lanuages my first preference would be ASP.
 Is there any link or documentataion where i could get a help regarding how to use ActiveX (or its functions) for achieving desired functionality.
 
 Regards
 wanni.Leave a comment:
- 
	
	
	
	
 I dont want to use .Net Enviroment. I signed my XML file through certificate private key and want to verify XML file signtaure in Java Script or ActiveX.
 
 I am using VC 6 enviroment.
 
 Is there any way i can achieve this functionality.
 
 Regards
 wanni.Leave a comment:
- 
	
	
	
	
 I just want to check the signature of XML file (i.e. signing and verification operation). XML file is signed using private key and i just want to check whether signature is valid or not. I am using Internet Explorer (Verison 7) and want to test on Windows XP and Windows Vista.
 
 Regards
 wanni.Leave a comment:
- 
	
	
	
	
 Verifying Signed XML files.Hi All,
 I have a signed XML file which i want to use in my JavaScript. Before doing any operation using XML file data , i want to verify XML file signature (to verify file is not tempered with third party attack).
 
 Is this behaviour possible in JavaScript. I want to support this feature both in Windows XP and Windows Vista.
 
 Note For Moderators: I have mistakenly post this in InSights forums. Please forgive me....
- 
	
	
	
	
 Thanks for your response.
 Can i believe there is no other way of reading binary files in JavaScript in IE.Leave a comment:
- 
	
	
	
	
 Thanks for all your response.
 i Have one more question regarding Ajax. I want to read binary file in JavaScript.
 
 I have code the following lines.
 
 ...Code:var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4) { result = xmlHttp.responseStream; alert(result); }Leave a comment:
- 
	
	
	
	
 Hi,
 Yeah i know i can use server side scripting in order to push the content on client side, but i dont want to use any server scripting language on server side.
 
 Is there are any API's/Functions in ActiveX which downloads the file residing on server by opening some http steams etc.
 
 regards,
 wanniLeave a comment:
- 
	
	
	
	
 Thanks for your response.
 Yeah my encrypted file resides on server, that means i have to use AJAX for reading contents of that file.
 
 Actually my purpose is to send encrypted Data to ActiceX functions. So other possibility i am thinking that i can access encrypted file contents directly in ActiveX. So in order to achieve this i have to get the Web Page URLin ActiceX and through that URL i can get the path where file is present...Leave a comment:
- 
	
	
	
	
 Reading encrypted files in Java Script.Hi All,
 I want to store data in a encypted form (in form of some file) and later on i want to read encrypted data in Java Script and want to pass that encrypted buffer to some Active X component.
 
 My first question how should i read/load a file in java Script and read its contents.?
 Also is it possible to parse data in javascript?
 
 Regards
 Wanni.
No activity results to display
							Show More
							
Leave a comment: