|
Larry M. -> RE: Is there a way of making a file download directly??? (1/17/2005 13:13:47)
|
quote:
I go to the link and see the source code, it seems that it create the contents in the left side by using html, and create a word file and pdf zip file with the same content, my understand is right? Andraw, Yes, the content is from a single source but offered in two formats to the visitor - Word & zipped PDF, quote:
can I dynamically create the left side content by using html, then dynamically save the left side content as word file to let user download? If by this you mean can you create a Word document form HTML?, then the answer is yes. After that, save the Word document and publish as a hyperlinked file. (I create a separate subdirectory under the root of the web named _files to help with site management) It will then open in the visitor's browser with options to print or download. Not sure what you mean by "dynamically" as it pertains to this particular function.
|
|
|
|