Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Upload files to a directory and creating links

Participant ,
Apr 11, 2008 Apr 11, 2008
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
303
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Apr 11, 2008 Apr 11, 2008
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources