Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Unused files....

    Hi people, can anyone guide me on this
    there is a table in my db that contains filenames/path of files that get
    uploaded to the webserver
    and from time to time, those files gets updated... and the new location of
    the updated files gets updated in the db

    i want to create a page where i can see the files that is found lets say in
    the folder "uploadeddocs" on the webserver
    that are not linked to any record in the database, in other words old unused
    documents...

    please any guidelines/snippets tutorials :)

    i am using dmx04 / asp vb / pureupload extension from dmxzone.com

    thank you


    Nazgyl Guest

  2. Similar Questions and Discussions

    1. Extensions to find out unused files
      is there a dreamweaver extension to find what files in the site are unlinked (or maybe that functionality already is native in Dreamweaver ?) I...
    2. Delete unused or not linked files
      I was having the same problem. This post helped me out: To delete a file ... 1. In Contribute, browse to the file you want to delete. 2....
    3. newbie question: removing unused files from casts
      Hi, I think I remember reading about this somewhere, but can't remember where. How can I remove from my .dir file any cast members that are not...
    4. Old unused APS film
      I have some APS films that are still unused and still in their original packaging, but whose expiry date (the date you have to get the film...
    5. Dreamweaver MX to Remove Unused Files
      We just finished redeveloping a site and there are a lot of old files to be removed that are no longer used. Does anyone know if there is a way to...
  3. #2

    Default Re: Unused files....

    The function that you are thinking about is built into DW but I do not know
    of any components or snippets that will do this on the server. You will have
    to write something from scratch.

    The first thing you need to get a list of the files in the folder for which
    you would use FSO. There is a good article on using it to go though the
    contents of a folder that is found at
    [url]http://www.4guysfromrolla.com/webtech/090599-1.shtml[/url]

    Rather then outputting the items to the page initially you would then need
    to create a query that tested for the filename in the database.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Nazgyl" <na@hotmail.com> wrote in message
    news:d4lmen$rqn$1@forums.macromedia.com...
    > Hi people, can anyone guide me on this
    > there is a table in my db that contains filenames/path of files that get
    > uploaded to the webserver
    > and from time to time, those files gets updated... and the new location of
    > the updated files gets updated in the db
    >
    > i want to create a page where i can see the files that is found lets say
    in
    > the folder "uploadeddocs" on the webserver
    > that are not linked to any record in the database, in other words old
    unused
    > documents...
    >
    > please any guidelines/snippets tutorials :)
    >
    > i am using dmx04 / asp vb / pureupload extension from dmxzone.com
    >
    > thank you
    >
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: Unused files....

    Thank you!
    i got it working the way i want


    "Paul Whitham TMM" <paul@valleybiz.net> wrote in message
    news:d4man1$rmn$1@forums.macromedia.com...
    > The function that you are thinking about is built into DW but I do not
    know
    > of any components or snippets that will do this on the server. You will
    have
    > to write something from scratch.
    >
    > The first thing you need to get a list of the files in the folder for
    which
    > you would use FSO. There is a good article on using it to go though the
    > contents of a folder that is found at
    > [url]http://www.4guysfromrolla.com/webtech/090599-1.shtml[/url]
    >
    > Rather then outputting the items to the page initially you would then need
    > to create a query that tested for the filename in the database.
    >
    > --
    > Regards
    >
    > Paul Whitham
    > Macromedia Certified Professional for Dreamweaver MX2004
    > Valleybiz Internet Design
    > [url]www.valleybiz.net[/url]
    >
    > Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    > [url]www.macromedia.com/support/forums/team_macromedia[/url]
    >
    > "Nazgyl" <na@hotmail.com> wrote in message
    > news:d4lmen$rqn$1@forums.macromedia.com...
    > > Hi people, can anyone guide me on this
    > > there is a table in my db that contains filenames/path of files that get
    > > uploaded to the webserver
    > > and from time to time, those files gets updated... and the new location
    of
    > > the updated files gets updated in the db
    > >
    > > i want to create a page where i can see the files that is found lets say
    > in
    > > the folder "uploadeddocs" on the webserver
    > > that are not linked to any record in the database, in other words old
    > unused
    > > documents...
    > >
    > > please any guidelines/snippets tutorials :)
    > >
    > > i am using dmx04 / asp vb / pureupload extension from dmxzone.com
    > >
    > > thank you
    > >
    > >
    >
    >

    Nazgyl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139