|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
FTP upload issues (Dreamweaver)
not sure if this is the place to post... and im sure a few of you will say "simple answer, ditch dreamweaver"
Whenever i upload a page to a site using the built in FTP feature of Dreamweaver MX 2004, it makes it to where when someone edits the file via WS_FTP, its all one paragraph.... is there a reason for this, it is something to do with Binary/ASCII upload or something |
|
#2
|
|||
|
|||
|
so if you overwrite a file using WS_FTP, then all the code is dumped into one paragraph?
|
|
#3
|
||||
|
||||
|
Quote:
no, when i upload with dreamweaver, and then view the source code... it is all one paragraph.... but when i upload with WS_FTP, it looks fine.
__________________
If This Post Was Useful, Please Click The
Next To My PostSaidan Ryuuza Web Designer | Writer Web Confidence Design Defunct Games Kyou wa Ash!ta no Kinou ![]() -- Failure is not an option! It comes bundled with Windows. |
|
#4
|
|||
|
|||
|
It is because DreamWeaver is in ASCII mode. ASCII mode removes CHR(10) (Line Feed) character. You need to set the transfer to BIN.
If you can't do this there are utilities to place the line feed characters back in the files on the target machine. There is one with the UNIX OS, but I can't remember what it is called. ![]() |
|
#5
|
||||
|
||||
|
thanks, i'll try that, i think i can switch it over... i would use WS_FTP or others, but since i do all my coding in dreamweaver (for the color coding) it is just easier to upload from there.
|
|
#6
|
||||
|
||||
|
wonderfull, it worked... but with dreamweaver, this would be one of those hard certification questions i probably just ignored
lol... you cant just change it from binary to ascii... you have to go to..Edit>Preferences (CTRL+U) click on "Code Format" in the left column.. then move "Line Break Type" from "CR LF (windows)" to "LF (unix)" |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Development Software > FTP upload issues (Dreamweaver) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|