Storing binary data in a web page

  • Thread starter Michael Bredbury
  • Start date
M

Michael Bredbury

I am developing using Visual Studio .NET 2002 using ASP.NET and
VB.NET. This is a web-based project which needs to install various
ActiveX components on the users PC. ActiveX is needed because the
project involves automation of Word, Excel etc on the CLIENT side.

I have binary data which is an EXE file stored inside an SQL Server
Image table which I need to pass to the clients browser and create the
original EXE file on their hard disk. I want to store the data inside
a web-page and then use the very large data block as a parameter to an
embedded ActiveX control which will take the data and re-create the
original file.

The area I need help with is storing large amounts of binary data
inside a web-page. Do I use XML? Do I use RegisterClientScriptBlock
and build up a large script which is a function just to return the
data?

Any ideas please?

Mike Bredbury.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top