Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Nazgyl #1
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
-
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... -
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.... -
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... -
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... -
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... -
Paul Whitham TMM #2
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...in> 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 sayunused> the folder "uploadeddocs" on the webserver
> that are not linked to any record in the database, in other words old> documents...
>
> please any guidelines/snippets tutorials :)
>
> i am using dmx04 / asp vb / pureupload extension from dmxzone.com
>
> thank you
>
>
Paul Whitham TMM Guest
-
Nazgyl #3
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...know> The function that you are thinking about is built into DW but I do nothave> of any components or snippets that will do this on the server. You willwhich> to write something from scratch.
>
> The first thing you need to get a list of the files in the folder forof> 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> in> > 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> unused> > the folder "uploadeddocs" on the webserver
> > that are not linked to any record in the database, in other words old>> > documents...
> >
> > please any guidelines/snippets tutorials :)
> >
> > i am using dmx04 / asp vb / pureupload extension from dmxzone.com
> >
> > thank you
> >
> >
>
Nazgyl Guest



Reply With Quote

