A Web programming question
-
I want to make this thing: I got a big file with vector graphics, and i got my programm, that reads this file and draw everything. But now i need to create a web based application. What way to use??? Is it possible to read this file just once, and when user queries my page it just reads already, downloaded in memory, file. I think to use a COM server and ISAPI filter. So that page can download data from COM server through the ISAPI filter. Are there any easy way???
-
I want to make this thing: I got a big file with vector graphics, and i got my programm, that reads this file and draw everything. But now i need to create a web based application. What way to use??? Is it possible to read this file just once, and when user queries my page it just reads already, downloaded in memory, file. I think to use a COM server and ISAPI filter. So that page can download data from COM server through the ISAPI filter. Are there any easy way???