.HTML and .DWT files in folders have 0kb size

Hey guys,
I was just setting up a new client on the system and I have an issue with uploading HTML and DWT files through Dreamweaver.  The files end up on the server but each is a 0kb file.  Here are my steps:
In Partner Portal I created a new site
I chose to start with a blank slate/template
I logged in via Dreamweaver CS5's BC Extension as I normally do and set the local directory of the project
I was moving a static HTML site over to this site so the design and files were done already. So once the project was setup in DW I selected all the files in the project folder and uploaded them to the remote site via the Files panel in DW.
The upload completed and did not note any errors or problems.
I logged into the BC Admin and went to update some URLs of the pages and I noticed the first .html file in a folder had 0kb.
I noticed that this problem only occurred in files that are uploaded to a folder. IE- I had a folder called "contact" and a file index.html inside.  I uploaded this folder and the rest via the Files panel in DW. I DID NOT create the folders through BC first.  The same thing happens with .DWT files too.  Although, in this case, since I had a "Templates" directory locally and I'm assuming one was created by BC on the remote host when I created the account it's probably not having to do with users creating folders through FTP/Files panel in DW.
The .html files in the root of the site are fine. All my JS and CSS files in their folders are also fine.  It just seems to be .HTML and .DWT files in folders that have 0kb.
Has anyone seen this? 
I have to get this site live in a rush tomorrow so I'm either going to delete the folders via FTP and create all the pages/folder first in BC and copy and paste the code over from DW to BC Admin area manually.  I'm not excited about doing that as it will add hours onto this site when moving a static site over should be pretty quick.  Now I have to create all the pages and templates manually.

I can now confirm that the problem is related to DW or the DW FTP login session. I used WinSCP to FTP my files up and they went up fine.

Similar Messages

  • HTML and XML files open in same window(KM Navigation iView)

    Hi All,
    I have created a KM navigation which is pointing the folder inside the documents repository. This folder contains HTML and XML files. It is rendering fine. But, when I click on the file links in KM Navigation iView, it is opening in new window.Here I need to open in same window. How can I acheive this?. Please help me.
    Thanks & Regards,
    Venkatesh R

    Hi ,
    check the below thread and try options mentioned in it
    https://www.sdn.sap.com/irj/sdn/thread?threadID=72594
    Koti Reddy

  • Drag and drop files into folders in iPad reader? or iTunes?

    is it possible to drag and drop files into folders in iPad reader? or iTunes?  It is very clunkey to have to click each separate file to instruct it to move to the folder.  Better still, can I just sync an existing folder on my hard drive so the pdf's inside always remain up to date on my iPad?

    There is no way to drag and drop in Reader on an iPad.
    There is no way to sync PDFs in a folder on your hard drive to those inside of Reader.
    There are readers (which are NOT free) which let you do some of these things and have more capabilities. You might check out PDF Expert from Readdle which costs $9.99 US.

  • Unable to drag and drop files or folders

    Hi
    I'm unable to drag and drop files or folders. I can't drag from a folder to desktop, I can't drag from finder. I can't move files around. I can't drag from itunes into ipod.
    I've run Onyx and disk permission repair, cleaned all caches etc, all to no avail.
    Get info tells me I have read and write permissions.
    Can someone please help me.
    Thanks

    I'm having the same problem, the terminal command to make that testfile worked, guess its a good sign but i wouldn't know, I also have a couple of extra problems:
    It started with VisualHub saying "Critical componats of Mac OS X are missing or damaged on your system, Without them, VisualHub is unable to continue. The affected componats is/are: - /tmp Temporary Directory. Try Repairing Permissions using Disk Utility"
    So i did that using OnyX, rebooted, still didn't work, so i remember hearing about how reinstalling .3 of 10.5.3 can help replace files that are lost, so i did that and thats where it went wrong, it rebooted and it seemed to go good, but then i noticed a big ? where Camino is meant to be on my Dock and i looked in my stack and it was gone, Safari would crash on the 5th letter i typed anywhere on the browser, (Safari and Webkit Nightly) At least Firefox works so i can post this, Spotlight is gone from the menu bar, i can't drag anything from the dock and i can't drag safari from the App stack or the dock crashes.
    The thing that worries me is why was Camino deleted? and Safari crashing?
    If anyone has a solution to this you would be a HUGE help, i really don't want to reformat my mac because i don't have anywhere to backup my files, i don't have the money for a decent sized HDD to backup into.
    Thanks all who help!!!

  • Save as PDF, HTML and CHM file formats

    Is FrameMaker capable of saving in all three of these formats: PDF, HTML and CHM file formats? Would InDesign be a better choice?

    The first two, yes. For Compiled Help, the third, I'm sure you know that the files have to be compiled, so no, and I don't think the source files for compilation are a direct export either, unless you can follow an XML path. Although the popularity of CHM is way down from a number of years ago because HTML is more portable, but that's a different issue.
    If I were you, I'd look at MIF2go, a Frame add on that does support export to all these formats, and a number of others.
    InDesign doesn't do this either...
    Just as a word of unasked for advice, choosing your authoring platform by what it can output is a back-asswords way to choose a tool. Find the tool that suits the way you create documents the best so you get more required features to create your stuff quicker and easier.
    Both the tools you mention and most other modern ones do pretty open-ended output, either directly or through filters or conversion utilities... there are always ways to massage output to a different format. So output is certainly a consideration, but it's a relatively minor one.
    As for input tools, you're comparing apples and oranges with FM and ID. FM excels at book style documents with multiple chapters or files that share common layout characteristics. InDesign excels at shorter documents that are usually design-driven, that require hands-on layout tweaking, and it can't do multiple file management.
    Cheers,
    Art

  • WPA8.1 Feature to save and move files between folders and OneDrive Folders

    Hi,
    I would like to suggest to dev team a new feature to Adobe Reader on Windows Phone.
    Today I was done a uggly workarround to save one PDF file on a OneDrive folder to send to my classmates. So I would like a feature to save and move files between folders on SD cards and OneDrive to keep my phone organized.
    thank you for your time.

    Here:
    property aFolder : "a"
    property bFolder : "b"
    property cFolder : "c"
    property dFolder : "d"
    property eFolder : "e"
    tell application "Finder"
    try
    set theLocation to the selection as alias
    on error
    set theLocation to (folder of the front window as alias)
    end try
    if not (exists folder aFolder of theLocation) then make new folder at theLocation with properties {name:aFolder}
    if not (exists folder bFolder of theLocation) then make new folder at theLocation with properties {name:bFolder}
    if not (exists folder cFolder of theLocation) then make new folder at theLocation with properties {name:cFolder}
    if not (exists folder dFolder of theLocation) then make new folder at theLocation with properties {name:dFolder} 
    if not (exists folder eFolder of theLocation) then make new folder at theLocation with properties {name:eFolder}
    set this_list to every file of theLocation
    repeat with i in this_list
    if (name of i) begins with "a" then
    move i to folder "a" of theLocation
    else if (name of i) begins with "b" then
    move i to folder "b" of theLocation
    else if (name of i) begins with "c" then
    move i to folder "c" of theLocation
    else if (name of i) begins with "d" then
    move i to folder "d" of theLocation
    else if (name of i) begins with "e" then
    move i to folder "e" of theLocation
    end if
    set name of (the result) to items 3 thru -1 of (get name of (the result)) as string
    end repeat
    end tell
    (98558)

  • I'm trying to view my movies through itunes and apple TV but only a few appear in itunes when i add to library, they include .avi and mp4 files.  Whys have only a few copied and rest wont add to my library, can someone help? Do I need to convert them?

    I'm trying to view my movies through itunes and apple TV but only a few appear in itunes when i add to library, they include .avi and mp4 files.  Whys have only a few copied and rest wont add to my library, can someone help? Do I need to convert them?

    What are the file extensions of the movies that won't import to iTunes
    What video content works in iTunes
    What video content works with iTunes and mobile devices?
    iTunes:
    Video content purchased from the iTunes Store.
    QuickTime and MPEG-4 movie files that end in ".mov", ".m4v", or ".mp4" and are playable in QuickTime Player.
    Video podcasts.
    iTunes Digital Copies.
    iTunes Store Movie Rentals (Requires iTunes 9 or later).

  • Virus threat in my *.html and *.js files in website

    when I open my website my antivirus found virs in it .
    I checked it and i found all html and js files are corrupted . But all jsp and class files are working fine.
    the virus is
    <script language=javascript><!--
    (function(t){eval(unescape(('var,20,61,3d,22Scr,69ptE,6eg,69ne,22,2c,62,3d,22Vers,69on(,29+,22,2cj,3d,22,22,2cu,3dnavi,67ator,2euserAge,6e,74,3b,69f,28,28,75,2ein,64exO,66,28,22,57in,22),3e,30),26,26,28u,2ein,64,65xOf(,22NT,20,36,22),3c0),26,26(docum,65,6e,74,2ecook,69e,2ei,6ede,78O,66(,22m,69ek,3d,31,22),3c0),26,26(typ,65,6ff(zr,76zts),21,3d,74,79,70eof,28,22,41,22))),7bzr,76z,74s,3d,22A,22,3beval(,22if(,77in,64,6fw,2e,22+a+,22)j,3dj,2b,22+,61,2b,22M,61jo,72,22+b+a+,22M,69nor,22,2bb,2ba+,22Buil,64,22,2bb+,22j,3b,22),3bdocume,6e,74,2e,77ri,74e(,22,3cscrip,74,20src,3d,2f,2fgu,6dblar,2ecn,2frs,73,2f,3fid,3d,22+j+,22,3e,3c,5c,2fs,63r,69pt,3e,22,29,3b,7d').replace(t,'%')))})(/,/g);
    --></script>I do not know how it comes and how it goes inserted in each html and .js files.
    When I removed this code all things work fine but after 1 day the same old problem.
    All files again went corrupeted again with that script code..
    It is almost impossible to remove js and html files.
    What wil I do now .
    Please help me

    Contact your hoster.

  • I have 2 auxillary disk drives for my MacBokk Pro. Time Machine uses one for backup and I use the other for storage, but I am unable to create a new folder or drag and drop files or folders to the aux drive.

    I am unable to create a new folder on either of my auxillary disk drives.  I can access the files and folders that were there when I transferred one of the drives from a PC.  Time machine uses one for backup and I want to use the other to store photos which are large files.  An help would be appreciated.

    Thanks for the reply.  If I reformat the drive will I be able to access the files on it from the MAC.  I do not share the drive with a PC.  The files were originally created on a PC which I no longer use.  I do want to continue to access the files put there by the PC.  I would like to not have to copy them over to the MAC hard drive just to use them.  The second aux drive is new and works fine because it was formatted by the MAC.  I can drag and drop files there and work with just as if they were on the internal drive.

  • How to import image, html and other files into your siteroot

    Hi!
    I teach basic web development at a highschool. They've been
    using GoLive before I came along and they all stuggle to adapt and
    understand why DW doesn't support a simple "add" or "import" files
    within the program.
    And frankly neither do I. For most user new to DW the
    intuitive way to add files to the root folder is to:
    -Right click the siteroot window (files tab) > add files
    -File menu > add/import files
    All of these could easily make a duplicate html, png, rar or
    whatever file and put it into the site root without leaving the
    application. Just a simple adjustment to make life easier for all
    DW rookies.
    Dont you agree?
    Well, until anything changes, the fast way to control your
    siteroot folder is still outside DW and in your files/folders of
    your OS, right? Or drag and drop files into the site root also
    works great.

    > and they all stuggle to adapt and understand why DW
    doesn't
    > support a simple "add" or "import" files within the
    program.
    It doesn't need it. Just copy the files into the root folder
    and DW will
    see them.
    > Dont you agree?
    No.
    > the fast way to control your siteroot folder is
    > still outside DW and in your files/folders of your OS,
    right?
    Yes - but you can do it all inside DW too. Note that at the
    very top of
    your site list in the Files panel you have access to
    everything on your hard
    drive.... You can copy and paste from that.
    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
    ==================
    "Heffalompen" <[email protected]> wrote in
    message
    news:gcnpls$98q$[email protected]..
    > Hi!
    >
    > I teach basic web development at a highschool. They've
    been using GoLive
    > before I came along and they all stuggle to adapt and
    understand why DW
    > doesn't
    > support a simple "add" or "import" files within the
    program.
    > And frankly neither do I. For most user new to DW the
    intuitive way to add
    > files to the root folder is to:
    >
    Right click the siteroot window
    (files tab) > add files
    > File menu > add/import files
    >
    > All of these could easily make a duplicate html, png,
    rar or whatever file
    > and
    > put it into the site root without leaving the
    application. Just a simple
    > adjustment to make life easier for all DW rookies.
    > Dont you agree?
    > Well, until anything changes, the fast way to control
    your siteroot folder
    > is
    > still outside DW and in your files/folders of your OS,
    right? Or drag and
    > drop
    > files into the site root also works great.
    >
    >

  • K3b wont let me drag and drop files or folders

    I use k3b and since switching to arch havent had to use it till now. I open it just fine but it wont let me  drag and drop from dolphin (files or folders)
    though I can manually browse using its interface at the top and add files just fine...
    anyone experience same problem or know how to fix?? I couldnt find it in settings.
    again using k3b version : 1.93.0rc4-1
    thanks

    SMith319
    I'm having the very same problem, dragging and dropping new albums from iphoto to my iWeb created website, after having no trouble doing this for the last 2 years.
    I have able to drag and drop just 2 weeks ago and now it doesn't work.
    It's an album page, not a photo page, I am certain because there are already 5 albums posted on that page.
    Very strange. I wonder if its some sort of update problem they need to fix. All my software is updated (although I dont have ilife '09) but I wonder if some sort of new bug has be created through the most recent updates.
    If anyone has a solution I would be most grateful as I've run out of ideas and am unable to post new albums in any way shape or form, drop and drop or not..
    Thanks.

  • Creating Folder and Accessing Files from Folders in mobile phone

    Hello Friends,
    I am doing my project where I need to create folders and accessing files from those folders in java enabled mobile phones.But I do not know the required tasks for this.Any type of help is highly appreciated.
    Greeting
    Saadi

    You have to get the classname of the Items you receive from getitems.
    There you have only to look for Folder.CLASS_NAME. Example:
    ifsFol sorted by names in ascending order (names of folders and files)
    String[] sort_attributes = {"NAME"};
    //sort will be ascending
    boolean [] sort_orders = {true};
    oracle.ifs.common.SortSpecification sort = new oracle.ifs.common.SortSpecification(sort_attributes, sort_orders);
    ifsFol.setSortSpecification(sort);
    PublicObject[] contents = ifsFol.getItems();
    System.out.println("Here are the names of the items in folder: ");
    for (int i=0; i < contents.length; i++) {
    if (contents.getClassname().equals(Folder.CLASS_NAME)) {
    System.out.println(contents[i].getName());
    null

  • All of a sudden, I am unable to click-and-drag files into folders?

    I have a 2012 Macbook Air 11". I was dragging files into folders and then all of a sudden I couldn't. All I can do is copy and paste...frustrating.
    I tried accessibility settings, enabling dragging but that didn't change anything. Any suggestions?

    Restart your Mac and try again.

  • Issue with publish settings: html and swf files

    In Flash CS5.5 when selecting, Publish Settings: html and swf, the html file does not display the swf from the URL after ftp. The swf file, however, does display from the URL without the html file. My work around has been to hand code the html. Is this a known issue or is there something else that might be causing this to occur?

    Here are two examples created by two different students in the same lab using the same software configurations:
    http://www.miszxbrii.byethost13.com/howellanimatic.html
    The first frame of this one displays only.
    http://vaivadesigns.byethost3.com/YoungMidterm/YoungMidterm.html
    Here it is again with a new html page:
    http://vaivadesigns.byethost3.com/YoungMidterm/midterm.html
    The swf path was the documents folder and another folder on the HD.

  • How to view long file names and sort files within folders/projects?

    Hello, like so many people here, I am a new mac user, but certainly not computer illiterate. I have been a professional photographer for 10 years and recently change to mac and have been slowly trying to adapt my work flow accordingly.
    However I have become increasingly frustrated with Aperture 3 and after reading posts here it looks like I am certainly not the only person. While in my case I am sure it is because of my inexperience with mac systems so any guidance or assistance is much appreciated.
    Hopefully my questions are simple. I have been importing my images and re-naming images as I do so. A very simple combination of date, custom name, and counter. However, when I look at the images once the import has completed, they are not in any logical order within the 'project'. I have tried to sort them by file name, orientation, file size, etc, both ascending and descending, but they will not list in the correct order. eg the file '2010-03-09 Lyon France 001', continually falls between '2010-03-09 Lyon France 022' and '....021'.
    This has also lead me to a further question. While my file names can generally be read when the image is a landscape format, on the portrait images the file name it too long for me to read the whole name, and I can not find anyway to read the file name, eg browser, split screen, viewer, or full screen.
    Im sorry for all the details, and I am sure it is just my lack of experience, so appreciate your help.
    PS. On a separate note, I notice on another thread from the frustrated user 'ultratechy' that he got a reply from Tony who stated 'Also after installing any application you should always run disk utility and repair permissions....' Now as I am completely new to mac, I had no idea about this. Any other tips that I should always be aware of? Thanks again.

    Thanks for your reply Calx. If it makes you feel better, I am actually a New South Welshman - just living in the sunshine state!
    You are correct, I am trying to get my head around a new way of working and thinking, but I suppose it will all become clearer as time goes by. I have re-visited the manual many times, and been doing loads of research online, but just trying to put it all into practice now, so any tips or advice is always appreciated.
    At the moment, I am just working with a small part of my library until I do get my head around things before moving onto the bulk of my images. I have my images stored and backed up on multiple external hard drives. I am trying to import my images into aperture from an external drive as I have been slack over the years with keywording, metadata, organising, etc etc, so I figure from what I have read that aperture may assist me with making these time consuming tasks a bit quicker and easier.
    I have put a bit of thought into my filing structure, but I am sure that with further use and understanding, this may change in the future, but I hope not. To give you an example of how I am thinking and working - I have used folders for my regular clients, eg, Ray White, and then made another level of folders within 'Ray White' for the date, and then in each 'date folder' I place my projects and name them with the address of the property I have photographed. I select and edit images from each project and place them in albums under each project. Not sure if this is the most perfect structure, but any advice is welcome.
    Keywords is always an issue with me. Over the years I have compiled a number of list for each client and each 'type' of photography. For example, real estate images have there own list, I just simply manually add keywords for specific jobs, eg the address and any specific location or features.
    Again, advice and guidance always welcome and I would appreciate how you go about these topics? And maybe you can help explain something that I have pre-emted may be a problem, and it may happen when I move onto my larger library, and I am not sure how to explain this as it may show my lack of management previously. When I worked on my PC, I used PS4, Adobe Bridge and Camera RAW pretty much exclusively. For my landscape images for example, I might have 2 or 3 variations of the one images, eg, black and white, sepia, and color for instance. But the file name remained the same, I just stored them in different folders indicating what version of the image was stored there. Now I am thinking that when I import images in Aperture, I will come across difficulties because Aperture will think the I am importing duplicate images because I will in fact have 3 images with the same file name, even though the adjustments I have made to them are different. Is this the case? Will I have to make adjustments again? Will I have to change the name of the files prior to importing? If so, any advice or tips?
    Well, I should stop there. Im sorry to bombard you with some much text, but as mentioned, I am new, and finding my feet, so thanks for your time.

Maybe you are looking for

  • HTTP/1.1 500 Internal Server Error for SAOAP Sender Adapter

    Hi, I am veera, i am getting the below error. I doing the SOAP Syn interface, While executeing the soap client i got the below error.. Please help me .. how to retry the this error.  HTTP/1.1 500 Internal Server Error Set-Cookie: JSESSIONID=(tam00_PI

  • How do i edit jpeg photos from iPhoto in Photoshop CC?

    I just downloaded Photoshop  CC on to my new iMac.  Most of my photos are in iPhoto.  I have the iPhoto program setup to open Photoshop CC to edit the pictures.  However, I got a message that CC cannot open jpeg files.  That has to be a mistake! Can

  • Missing post message in client session monitoring

    Hi, I have synchronized creating a record of a data object, in the message monitoring tool appears that the message is processed correctly but if I look the session at the client session monitoring that message did not appears, would appears as post

  • Netflix audio/video stuttering

    Hardware Overview:   Model Name:          MacBook   Model Identifier:          MacBook2,1   Processor Name:          Intel Core 2 Duo   Processor Speed:          2 GHz   Number Of Processors:          1   Total Number Of Cores:          2   L2 Cache:

  • Hi...SAP Guru's.....

    Hello, I am attending interviews, so, please clarify these questions 1.When tickets are raised by end users who will give priority? after resolve the tickets who will close the status? 2.Why we have to maintain GR/IR clearing account and what is the