0
Upload files to a directory and creating links
Participant
,
/t5/coldfusion-discussions/upload-files-to-a-directory-and-creating-links/td-p/371606
Apr 11, 2008
Apr 11, 2008
Copy link to clipboard
Copied
Hello.
Anyone know of a good script where you can upload documents (word, excel) to a website directory and then have a page automatically create links of the documents from the directory where the Word and Excel docs are?
Maybe the ability to control which links are shown and not would be nice too.
Thanks.
Simon
Anyone know of a good script where you can upload documents (word, excel) to a website directory and then have a page automatically create links of the documents from the directory where the Word and Excel docs are?
Maybe the ability to control which links are shown and not would be nice too.
Thanks.
Simon
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advisor
,
LATEST
/t5/coldfusion-discussions/upload-files-to-a-directory-and-creating-links/m-p/371607#M33499
Apr 11, 2008
Apr 11, 2008
Copy link to clipboard
Copied
Use cffile to upload the documents.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=1351245
Use cfdirectory to query your target directory and cfoutput to list the query results for your list of links.
See attached sample code.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=1351245
Use cfdirectory to query your target directory and cfoutput to list the query results for your list of links.
See attached sample code.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

