install a ocx on the browser

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

install a ocx on the browser

Post by srdva59 »

hi
how can i creat a ocx file and call to install in a browser?
thanks for your help
:)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: install a ocx on the browser

Post by Jonah Bron »

I didn't know what OCX was before now, but a quick google suggests that it's related to ActiveX and majorly outdated. Sounds like you would do better using a different technology. What are you trying to do?
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

Re: install a ocx on the browser

Post by srdva59 »

hi,
i try to creat a app for my web site that the user can drag the file that he want.
i dont ´t think is outdated some devices that is created today like cctv recorder work with this kind of technology.
i know that is possible with html5 but only few browsers suported.
thanks for your help
:)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: install a ocx on the browser

Post by Jonah Bron »

Use HTML5, all modern browsers support it. Provide just a browse button just in case that they're using an older browser, and encourage them to upgrade.
Post Reply