Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Chikowski #1
Latest Revisions of documents
I have a collection of documents that are continueously being added to and
revised. When a user uploads a file, I want to search the collection to see if
the document already exist. If it does, move the old revsioin to a different
location, then insert the new revison. How would I go about doing this.
Sample code or examples?
Chikowski Guest
-
setting tab order revisions
Acrobat 9 has a much better method of dragging the tab order now - very slick! Jon -
Logging Revisions
Hello everyone, If someone out there knows of a program or a feature incuded with ID that makes Revision Logging simple, please post it. Thank... -
Coverting Indesign 2.0 documents to Microsoft Word xp documents
How would you go about converting indesign documents to microsoft word documents? Is there a way to convert them? Thanks for any help that you can... -
Desperate to convert Word documents into PDF documents
This describes my problem. I have Windows XP Home and Word 2002. The problem seems to have begun to occur after I downloaded updates to 5.0 from the... -
What is the latest PS 8 news?
When should we expect a release date? How about Illustrator 11, and InDesign 3? -- Seth Meranda smeranda<AT>unlnotes<DOT>unl<DOT>edu -
Stressed_Simon #2
Re: Latest Revisions of documents
Use the FileExists() function, if it does use cffile action="move" to relocate
the original then use cffile action="upload" to write the new file. If it
doesn't exist then just cffile action="upload".
HTH
Stressed_Simon Guest
-
jorgepino #3
Re: Latest Revisions of documents
I would also user the cffile action = "rename" after moving the file to keep the version control by adding a _ver1,Ver2, Ver3 etc...
jorgepino Guest
-
Chikowski #4
Re: Latest Revisions of documents
What about if the name of the document is different? Is there a way to check the document title for example?
Chikowski Guest



Reply With Quote

