Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
kenji776 #1
Read folder, get files, make links
Hey everyone. I have a rather large collection of roms, and other files that I
would like to host. Seeing as people are often adding things, updating the
downloads page is becoming unmangable. I would like to create a page that reads
the folder all the files are held it, and automatically create a download link
to each file. They are all held on an ftp server, if that helps somehow, like
maybe using the cfftp tag or something. If you could write up a quick script
for this, I would really appreaciate this. Thanks a bunch, im sure this will be
really easy for you cold fusion masters out there.
kenji776 Guest
-
First Steps Perl DB programming (was: first steps - read from files and make linklist)
Your question, other than context, is really completely different. In general the canned response of, "You will want to become familar with the... -
first steps - read from files and make linklist
Hello list, I am trying to write my very own first "useful" program and I am in need of some help. I do have a lot of ressources (a book by... -
how to check if folder is read only?
You could do a little routine to attempt to write a small routine to try and write a file to the specified folder then check for the existence of... -
How do I read a jpeg image from a folder on a server
Hi, How do I read a jpeg image from a folder on a server, and give it to a user as a file that his browser would download it (stream it) directly... -
read only folder
I cannot change the read attribute of any of the folders. Even if I uncheck that option it keeps re- appearing. Any suggestions? Thanks -
CF_fdk #2
Re: Read folder, get files, make links
is the directory residing on another server or on the server coldfusion is
installed? If on the same server try to use <cfdirectory action="LIST"
directory="c:\jrun4" name="QMyDir">
and
<cfdump var="#Qmydir#"> to view the resulting query
CF_fdk Guest



Reply With Quote

