Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
LJRP #1
Automatically upload files to server on save
Good day all,
How would I configure contribute3 to Automatically upload files from our
Development Server to our Production Server once the users click on publish
button afer they are done updating their webpages. Keeping in mind that the
user do have publishing capabilities.
thnx
LJRP
LJRP Guest
-
Upload files to server
Hi, My website will be moveing servers so I don't know the definite path and I'm trying to use cffile action="upload" to upload files to the local... -
Spell Check run automatically on save
I used to have an extention I downloaded to always ask if I wanted to spell check the file before it was saved. I lost it when I upgraded to MX... -
file upload is killing my server with large files
I am using a cffile to upload files to a directory on my server. I have my memory up to a gig on the java settings on the cold fusoin admin. I have... -
how to upload files to remote server
hello, i am currently writting an extension for dreamweaver mx and i have one question: I want to upload automatically a .js file (eg:... -
Upload/Download Files on Network File Server
I was hoping that someone can give me step-by-step instructions to fix the following: We would like our ASP.NET application to utilize a central... -
solostruggle #2
Re: Automatically upload files to server on save
Install Contribute Publishing Server
solostruggle Guest
-
Snickelgroober #3
Re: Automatically upload files to server on save
CPS alone will not do it. RoboCopy is the more trustworthy solution. And, did I mention, it's free?
Snickelgroober Guest
-
solostruggle #4
Re: Automatically upload files to server on save
How did you setup RoboCopy to accomplish this?
solostruggle Guest
-
Snickelgroober #5
Re: Automatically upload files to server on save
We configured Robocopy to not only copy, but synchronize our staging server
(golden copy) with the production server. Three times daily, the batch file
with all parameters is automatically launched by the Scheduler on the staging
server. We have been using this for nearly a year with nearly 100% accuracy.
The only gotcha being that occasionally a .LCK with hidden attributes will get
published, which won't allow the "real" file to be published. I'm researching
this issue now.
Note that we publish only three times daily - you can tweak the frequency with
Scheduler - and does not happen when you click Publish in Contribute. When we
need something published immediately, we use Dreamweaver - the Local site =
Staging server, the Remote site = Production server. Click the "Put" button,
NEVER the Checkin button.
When I get some free time, I will write a JavaScript plugin for Contribute
that will publish a selected file from Staging to Prod.
Snickelgroober Guest



Reply With Quote

