Uploading Question!? Uploading Question!?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Uploading Question!?

Started by beanie, July 15, 2004, 05:54:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

beanie

When uploading cpg which modes do I upload in?

Shall I assume ascii for php, css and js files and binary for image files?!

Joachim Müller

all images (jpg, gif, png) should be uploaded as binary, all files that contain text (php, htm, css, js etc.) in ascii mode. Most ftp clients have an "auto" mode that will use the proper mode for each file; if your ftp client has "auto", use it. Sometimes (on some servers, I should say) you will encounter double line breaks in files that were uploaded in ascii: in this case, try "binary" for all file types.

GauGau