Altered files don't upload on 'put' option.

When I alter a 'template' file, Dreamweaver indicates that
all other pages generated using that template are updated to
reflect the changes in the originating template - the 'put' option
doesn't recognize these pages as being changed and therefore does
not upload them when I select the 'put' option. There are more than
1,600 files on the site (www.e-rcps.com) so 'synchronizing' while
comparing every single file on the website with the local file is
not an option.
Thanks for any suggestions.
Peter

Peter, if you search this forum for "templates" you'll find
many identical
recommendations - don't use templates on sites that have more
than ~50-100
pages. It's just too much manipulation of files, especially
with regard to
the uploading.
Now - when you make your changes to the template are these
files actually
updated? If so, you can catch them with the EDIT | Select
Recently Modified
option on the Files panel's context menu (upper, right-hand
corner).
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"romaee" <[email protected]> wrote in
message
news:glllpn$i71$[email protected]..
> When I alter a 'template' file, Dreamweaver indicates
that all other pages
> generated using that template are updated to reflect the
changes in the
> originating template - the 'put' option doesn't
recognize these pages as
> being
> changed and therefore does not upload them when I select
the 'put' option.
> There are more than 1,600 files on the site
(www.e-rcps.com) so
> 'synchronizing'
> while comparing every single file on the website with
the local file is
> not an
> option.
>
> Thanks for any suggestions.
>
> Peter
>

Similar Messages

  • File Upload/Menu Select Option

    I have a form that needs to have a combination of a file
    upload or a menu select option. The client I have been
    working with wants to use an insert form to insert a new
    record. If the file that they want doesn't have the filename
    their looking for in the menu list, they want to use the
    option of uploading a file. I'm having trouble combining the
    processing script for this and was wondering if anyone can
    help me put this together; it's an interesting challenge.
    PHP:
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
    $editFormAction .= "?" .
    htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) &&
    ($_POST["MM_insert"] ==
    "form1")) {
    define('UPLOAD_DIR', '../../photos/staff/');
    $file = str_replace(' ', '_',
    $_FILES['staff_photo']['name']);
    $permitted = array('image/gif', 'image/jpeg',
    'image/pjpeg', 'image/png');
    $typeOK = false;
    foreach ($permitted as $type) {
    if ($type == $_FILES['staff_photo']['type']) {
    $typeOK = true;
    break;
    if ($typeOK) {
    switch($_FILES['staff_photo']['error']) {
    case 0:
    if (!file_exists(UPLOAD_DIR.$file)) {
    $success =
    move_uploaded_file($_FILES['staff_photo']['name'],
    UPLOAD_DIR.$file);
    if ($success) {
    $insertSQL = sprintf("INSERT INTO staff (staff_name,
    staff_position, staff_subposition, staff_desc, staff_photo,
    staff_spec_1, staff_spec_2, staff_spec_3, staff_spec_4,
    staff_spec_5) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s,
    %s)",
    GetSQLValueString($_POST['staff_name'], "text"),
    GetSQLValueString($_POST['staff_position'], "text"),
    GetSQLValueString($_POST['staff_subposition'], "text"),
    GetSQLValueString($_POST['staff_desc'], "text"),
    GetSQLValueString($_POST['staff_photo'], "text"),
    GetSQLValueString($_POST['staff_spec_1'], "text"),
    GetSQLValueString($_POST['staff_spec_2'], "text"),
    GetSQLValueString($_POST['staff_spec_3'], "text"),
    GetSQLValueString($_POST['staff_spec_4'], "text"),
    GetSQLValueString($_POST['staff_spec_5'], "text"));
    mysql_select_db($database_wvgsadmin, $wvgsadmin);
    $Result1 = mysql_query($insertSQL, $wvgsadmin) or
    die(mysql_error());
    if ($Result1) {
    $insertGoTo = "staff_list.php";
    if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
    header(sprintf("Location: %s", $insertGoTo));
    } else {
    $result = "Error uploading $file. Please try again.";
    break;
    case 3:
    $result = "Error uploading $file. Please try again.";
    default:
    $result = "System error uploading $file. Contact
    webmaster.";
    } else {
    $result = "$file cannot be uploaded. Acceptable file
    type: .gif, .jpf, .png";
    HTML FORM:
    <form method="post" name="form1"
    enctype="multipart/form-data" action="<?php echo
    $editFormAction; ?>">
    <table width="80%" align="center" cellspacing="0"
    border="0">
    <tr valign="baseline">
    <td nowrap align="right">Select Photo:</td>
    <td><select name="staff_photo">
    <option selected="selected"></option>
    <?php buildImageList('../../photos/staff/'); ?>
    </select>
    <span class="small">   (If
    there is no photo
    available, please choose 'No-Phot-Available.jpg' or 'No
    photo')</span></td>
    </tr>
    <tr valign="baseline">
    <td nowrap align="right">Upload Photo: </td>
    <td><input name="staff_photo" type="file" />
    </td>
    </tr>
    <tr valign="baseline">
    <td nowrap align="right"> </td>
    <td><input type="submit" value="Insert
    record"></td>
    </tr>
    </table>
    <input type="hidden" name="MM_insert" value="form1">
    <input name="staff_photo" type="hidden" id="staff_photo"
    />
    </form>

    In this case, I think you might need to
    1) Create a transient attribute in the VO.
    2) Either create a method in AM to get the file id based on the attachment entity name/id(using PL/SQL) and set the view attribute accordingly
    or call a PL/SQL procedure to get the file id in the getter method of the transient attribute.
    Look at this forum entry to get the file id.
    How to display Attachments on OAF page for different entities
    Regards,
    Peddi.

  • My "PUT" option, under SITE menu is no longer available to upload my page to the web?

    Why is my "put" option is no longer available?  I haven't changed anything since I used it uesterday.

    I'm sorry, I meant the icon in the Files window, not the File menu.
    Click Window > Files, or hit F8 to bring up the Files window. You should have a set of icons across the top of that window. One of them is the Put (up arrow) command.
    As for opening a file from your site, I meant, open a page in DW from the Files window of your defined site, like your index.html page, first and see if the option comes back in the Site menu.
    If you don't have a proper Site Definition created in DW, none of this will work though.
    If you updated recently from a different version of DW, it would be a separate program, not an overwriting program of the old version, so you need to create site definitions in the new version to get your site options.

  • When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....

    When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....
    Could some one give help and let me know where I can probably find the settings option that allows me to change and switch to previous situation where it was possible to decide time to time how to proceed either opening the file or saving it ??
    Thanks in advance
    David

    What is your operating system?
    Open a PDF from where?  If online, in what browser?

  • Why don't I see the option Generate under menu item File in Photoshop CC?

    Hi,
    Why don't I see the option >Generate under menu item >File in Photoshop CC?
    I want to be able to generate a edge reflow project.
    /Thors

    Please confirm if you are updated to the latest version of Photoshop CC. Go to Photoshop>About Photoshop on Mac, For Win, go to Help>About Photoshop.
    We recently released a new update. Here is teh link for more info:http://forums.adobe.com/message/5674936#5674936
    Regards
    Pragya

  • In iPhoto how do I stop files from auto resizing as they import? I don't want my files reduced to 72. The option to choose size on the export menu not suitable for up sizing, as you can't restore the quality removed?

    in iPhoto how do I stop files from auto resizing as they import? I don't want my files reduced to 72. The option to choose size on the export menu not suitable for up sizing, as you can't restore the quality removed.

    Short answer: They are not resizing, there is no quality lost. The dpi is only set when you decide what size you're printing at
    Longer answer:  Dpi means nothing in the digital world of your computer. There are no "inches" to have "dots per..." Size is measured in pixels. That's the same on your camera. It doesn't take 10 x 8 or 6 x 4 shots. It takes shots measured in megapixels. For instance 4,000 x 3,000 is a 12 megapixel camera.
    Using that example, that shot from that camera has 12 million pixels. So that's how many "Dots" there are. To decide the ratio of dots per inch, you now need to decide the "inches" part. And that's printing. Print at 10 x 8 and the dpi will be 4,000/10 or about 400 dpi. At 6 x 4 then it's 4,000/6 or 660 dpi. Work the other way: Print at 300 dpi and the resulting image will be about 13 inches on the longer side.
    So, your photo as a fixed number of pixels. Changing the dimensions of the print will vary the dpi, changing the dpi will vary the dimensions of the print.
    For more see http://www.rideau-info.com/photos/mythdpi.html
    Regards
    TD

  • SAP Reports downloads to local file - Don't have spreadsheet option.

    Hi Experts,
    We have problem to download data from SAP report to Excel.  From SAP Menu--> List--> Export--> Local file - Don't have spreadsheet option.
    Could you please advise why spreadsheet option from local file is removed after upgrade support pack EHP7? As you can see from screen shot below attached , there is no option for spreadsheet .
    Can't we get it restored as it used to be before ?
    Thanks

    Hello
    We had the same issue and this text was repalace by this option
    Please check the note 2031959 - "Text with Tabs" export format in download list
    Regards

  • I saved my bookmark file from my old computer on a USB...How do I transfer them to Firefox on this new computer. I don't see an import option???

    My last computer died, but before it did, I copied my bookmark file onto a USB flash drive. How do I use that to import my bookmarks to this new computer, since I don't see any import option like I did on my other computer???

    You can find Import HTML and Restore JSON under "Import & Backup" in the Bookmarks Manager (Library)
    *Bookmarks > Show All Bookmarks > Import & Backup
    *https://support.mozilla.org/kb/restore-bookmarks-from-backup-or-move-them
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • Hello, I uploaded a new website but all the svg files don't display on the browsers. when I open it in Muse with the "preview in browser", its fine! can someone tell me please where my problem is? (sorry for my english!)

    hello, I uploaded a new website but all the svg files don't display on the browsers. when I open it in Muse with the "preview in browser", its fine! can someone tell me please where my problem is? (sorry for my english!)

    Hi
    Could you please check this thread, it might be helpful
    Muse not exporting svg, can only see in preview

  • I have the iPhone 4 and I put a vanilla gift card visa on there and i used all the money on there I can't update any of my apps till I get rid of the gift car and I don't want to put another card on there please help me I just need to have the option none

    I have the iPhone 4 and I put a vanilla gift card visa on there and i used all the money on there I can't update any of my apps till I get rid of the gift car and I don't want to put another card on there please help me I just need to have the option noneI have the iPhone 4 and I put a vanilla gift card visa on there and i used all the money on there I can't update any of my apps till I get rid of the gift car and I don't want to put another card on there please help me I just need to have the option none I've checked.

    Need to Resume download to complete the ongoing Process.
    Last Resort, put the iPhone in DFU mode (Google How to do that). Connect in iTunes. Follow on-screen prompts to Restore. All Data would be lost, if not backed up earlier.
    To save the photographs you may have to use third party software. Google is your friend.

  • Preview in Browser Save/Put Options?

    Hi folks,
    I have what seems like a simple problem - new in this second
    website I am started in my Dreamweaver. I used to be able to hit
    the F12 button, be asked if I wanted to save, and said yes - no
    message about "putting" and no blue arrows happily streaming across
    in small box...Now, it seems I cannot escape the "Putting" function
    if I want to preview? I have gone to Preferences, and checked and
    unchecked the box about about that (I think) with no difference, it
    just seems faster if the box is checked!
    Wondering how I can just preview an ordinary HTML file in
    browser locally? It is unnerving to experiment on your page, and go
    to preview it, if it is going to be "put' and the "experiment" is
    now out on the web?
    Thanks for any ideas!
    Carol

    > Testing Server
    > Server model "None"
    > Access -->FTP
    Try setting Access to None.
    Now, please tell me again the details of your symptoms? You
    preview, and DW
    tries to connect to a remote site? (this is the problem with
    hijacking a
    thread - it's best to start a new thread).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ggrant3" <[email protected]> wrote in
    message
    news:[email protected]...
    > Okay.
    >
    > Local Info --> Local Root Folder Contents -->
    C:\Documents and
    > Settings\XP\My
    > Documents\New DIgestinol\
    >
    > Remote Info --> Host Directory --> httpdocs/
    > "Automatically upload files to server on save" -->
    (unchecked)
    >
    > Testing Server
    > Server model "None"
    > Access -->FTP
    > Testing server folder --> ( I don't have anything
    called that)
    > URL prefix -->
    http://digestinol.com/httpdocs/
    >
    >
    >
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Please go to SITES | Manage Sites..., select the site
    name, and click on
    > Edit. Click on the Advanced tab at the top. Tell me the
    following -
    >
    > Under LOCAL INFO
    > ----------------------------
    > The contents of "Local root folder:"
    >
    > Under REMOTE INFO
    > ----------------------------
    > The contents of "Host directory:"
    > The state of "Automatically upload files to server on
    save"
    >
    > Under TESTING SERVER
    > ----------------------------
    > The contents of "Server model:"
    > The contents of "Access:"
    > The contents of "Testing server folder:"
    > The contents of "URL prefix:"
    >
    > (You may not see these last 3 items if you have "None"
    in the first)
    >
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "ggrant3" <[email protected]> wrote in
    message
    > news:[email protected]...
    > >I don't know what I am missing but I went there and
    the closest thing I
    > >could
    > > find was under "Remote Info" and there is a box for
    "Automatically
    > > upload
    > > files to server on save" and it is already
    unchecked.
    > >
    > > But I don't think that is what I am looking for. My
    problem is after I
    > > save
    > > my file and I want to preview it in the browser it
    makes me go through a
    > > series
    > > of commands and then just replaces what is already
    on my site before I
    > > get
    > > a
    > > chance to see what it looks like.
    > >
    > > I must have hit something one day because I know
    for a fact I use to be
    > > able
    > > to save my work and preview it without uploading it
    to my site
    > >
    > >
    > >
    > >
    quote:
    Originally posted by:
    Newsgroup User
    > > Site > Manage Sites > Select site name >
    Edit.
    > >
    > > --
    > > Murray --- ICQ 71997575
    > > Adobe Community Expert
    > > (If you *MUST* email me, don't LAUGH when you do
    so!)
    > > ==================
    > >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > > ==================
    > >
    > >
    > > "ggrant3" <[email protected]>
    wrote in message
    > > news:[email protected]...
    > > >
    quote:
    Originally posted by:
    Newsgroup User
    > > > > no message about "putting" and no blue
    > > > > arrows happily streaming across in small
    box
    > > >
    > > > This indicates that you have enabled the
    AUTOMATIC PUT on save - a
    > > > very
    > > > very
    > > > dangerous option.
    > > >
    > > > Both of these are controlled from DW - the
    first is in the Preview in
    > > > Browser Category of the Preferences, and the
    second is in the Remote
    > > > site
    > > > definition.
    > > > "
    > > >
    > > >
    Text
    > > >
    > > > I am having the same problem, but I can't find
    where I would change
    > > > the
    > > > "automatic put" on save check box. I can't
    find the "Remote Site
    > > > Definition"
    > > > section.
    > > >
    > > > Where do I go to uncheck that auto put option?
    > > >
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
    >
    >

  • Convert pdf to word doc-but don't have the export option.

    I want to convert a pdf (that I got from an email) into a Word doc so I can edit it the way I want to. However, for some reason now I don't have the 'Export' option in my File drop down list.
    Funny thing is, I've converted the document once already and have entirely forgotten how I did it obviously!
    I've made so many changes in my first conversion I want to start over.
    why don't I have the 'Export' option? Or ... when I do a 'save as' and chose 'word doc' it only does a copy - paste type save - where I can't make any changes. It's like it puts it into a text box or something.
    I have MSWord 2010.

    Hi Kelly,
    MsDennis1465 wrote:
    When I do the steps below, the Word doc that is saved is like a photo. I am unable to work with the document. Why does it do that? I have converted pdf’s before without that happening but I think I did it on a free 30-day trial of X Pro.
    This usually happens when you're dealing with a very poor quality scanned document that doesn't have enough data for the Acrobat OCR engine to actually process.
    As for Acrobat 6.0 Pro, I don't believe the Save as Word function was introduced until version 8.0, but it's been a few years and the memory of Acrobat 6 has faded a bit.
    -David

  • Some chinese character file name not uploading in SharePoint Document Library?

    Hi
    Some Chinese character pdf file name not uploading in SharePoint Document Library. I am getting following error.
    1. File not found error if i would upload using file browse option in Doc Lib.
    2. Can't read from the source file or disk. if i would tried to copy and paste using "Open with explorer" options.
    File name is "LA(未签署).pdf"
    Note: This file has been converted from "TIFF" to "PDF".
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    For troubleshooting your issue, please let's verify the followings:
    Whether other pdf file which are not converted from "TIFF" and contain Chinese char could be uploaded into the SharePoint Document library.
    Whether other pdf file which are converted from "TIFF" and don't contain Chinese char could be uploaded into the SharePoint Document library.
    Please upload these pdf files into other libraries, compare the result.
    Please check the log file to find more information about this issue. The path of the log file is:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Can't see 'Upload Multiple Document' option in sharepoint 2013

    After upgrading Sharepoint 2010 to 2013, i can't see 'Upload Multiple Document' option under files tab. I have downloaded and place the file 'STSUPLD.DLL' into Office14 and Office15 folder but IE is not asking me to run any microsoft ActiveX control as mentioned here
    http://thuansoldier.net/?p=2289
    I am using  Office 2010 with IE9 (32 bit) .
    Am i missing anything ?

    Hi, 
    According to your post, my understanding is that you could not see the “Upload Multiple Document” option in SharePoint 2013.
    In SharePoint 2013 the “Upload Multiple” Options has been depreciated. As we all known, there are two alternative ways to Upload multiple documents:option
    1 -  Using the drag-and-drop functionality, option 2 - Windows Explorer view.
    You can upgrade your IE from IE9 to IE10 then check whether it works.
    You can also use the Windows Explorer view to upload multiple documents.
    You will probably get the following error.
    To resolve this add the SharePoint site as Trusted in your Browser and Make sure that the WebClient service is running. To do this, follow these steps:
    Click Start, click Run, type services.msc, and then press Enter.
    In the list of services, locate the WebClient service, and then make sure that its status in the Status column is set to Started. If its status is not set to Started, double-click WebClient, click Start, and then click OK.
    Once done restart the browser and try opening the Windows Explorer again. In the Windows Explorer you can copy and paste Multiple documents as done in earlier SharePoint versions.
    For more information:
    http://www.learningsharepoint.com/2012/11/29/how-to-upload-multiple-documents-in-sharepoint-2013/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How can I stop Lion tidying my desktop and putting all my icons in alphabetical order. I like my files to stay where I put them!

    How can I stop Lion tidying my desktop and putting all my icons in alphabetical order. I like my files to stay where I put them! Every morning I boot up and all my desktop items have been moved. How can I stop this?
    By the way - Lion is the worst 'upgrade' ever.

    Hello again:
    I've been to 'view' - and all I can see are the same options as before. Nothing which says the equivalent of 'stop Lion tidying my desktop alphabetically every time I boot up' - alas.
    Hmmm.  Try something:
    Trash a preference file (com.apple.finder.plist) and restart.  Then go to the view option while in Finder.  There should be a "show view options."  Select that and sort by "none."
    FWIW, I have had no discernable change in speed under OS X 10.7, but that is just my system.  I only use Adobe's free stuff.  Have you checked with Adobe to see if there are updates available?  I rarely use text edit so I have no benchmark.  I don't like the missing save as either  
    Barry
    P.S.  I am not being contrary - I just like to learn from the experiences of others. 

Maybe you are looking for