I wish to develop a web page that utilises a 3rd party ActiveX to display CAD images. It has a FileName parameter where one specifies the file to be displayed and it also has a method to enable the adding of raw data to the control:
document.whip.Add (VARIANT buffer)
Preferably I want to store the CAD drawings as BLOB fields in a MySQL database and use the above method to load the file. Getting the BLOB data into a PHP variable is no problem but how would you suggest I then pass this variable to the add method?
Any advice you can give to a PHP novice is welcome.
document.whip.Add (VARIANT buffer)
Preferably I want to store the CAD drawings as BLOB fields in a MySQL database and use the above method to load the file. Getting the BLOB data into a PHP variable is no problem but how would you suggest I then pass this variable to the add method?
Any advice you can give to a PHP novice is welcome.