Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cf_menace #1
Re: CFContent accessing subdirectories
FYI, I've never seen this scenario come up before. Congrats! ::)
Normally people ask about serving up PDF, MP3, DOC, etc. files without
directly linking to them. You're asking how to serve up linked files without
direclty linking to them.
If they have to be HTML files, then try this:
Swap out all <img src="some/image.jpg"> tags in the PowerPOint HTML files with
something like <img src="getImage.cfm?pic=some/image.jpg">
Then getImage.cfm would pass url.pic to a <cfcontent> tag in order to load the
image.
That said, could you save and store them as PDF files? All the images and
links would be self-contained and it would probably be easier to manage than
hundreds of PPT generated HTML and image files.
HTH
cf_menace Guest
-
referencing an assembly in subdirectories
Hello I've developed a custom control and compiled it to "/controls/bin/Controls.dll". When i try to reference this control from a page located in... -
Forms Authentication on Subdirectories of App
I would like to have a directory that is Forms authenticated so that all ASP.NET resources contained within the directory require a logged on user.... -
get list of files in subdirectories?
Howdy: I'd like to get a list of files in a directory and also in it's subdirectory - but I don't know how far the subdirectory goes. I can... -
Apache subdirectories
Hi, Apache/2.0.44 PHP/4.3.1 WinXP Pro Ive got a site running from c:\apache\htdocs, works perfectly if I make a subdirectory... -
random file from subdirectories?
Hi, how would I make a script that pics a random file from a tree? Is there something like this existing? I need one that can handle many files... -
JeffZzang #2
Re: CFContent accessing subdirectories
Thanks for that suggestion, however, these power point html files can get very
large, and searching through to replace links is something that I do not want
to have to deal with (but may ultimately have to).
Does anyone else have any other solutions?. Also, how does one publish a ppt
to a pdf with all links and stuff working? That is a very interesting solution.
JeffZzang Guest



Reply With Quote

