How to use wodSFTP from a Web Page (General questions)
I've created an ActiveX component using Delphi 2005 that works great on the PC I have wodSFTP installed on. My question is, how can I embed the wodSFTP.ocx file along with my sftpupload.ocx within a webpage and have it installed / registered on the client side?
This is how I embed my object but I can't figure out how to embed the wodSFTP.ocx.
<OBJECT name= MyFTP ID= MyFTP
classid= clsid:9FF75F92-5377-4B10-8FCA-D184637114DA
codebase= SftpUpload.ocx#version=1,0,8,0
width=400
height=350
align=center
hspace=0
vspace=0
Please help!
Thank you
Mr_Bogi