|Anthony,
|Thanks for the reply. I am simply using CFFTP to put .jpg
|files on another
|server. If I manually send the files from the server, they
|are fine. But
|with CF and CFFTP, they are sent, but they contain no data.
|Jeff
Why not try CFFILE
I use it for exactly the same purpose.
<cffile action="UPLOAD"
filefield="Filename"
destination="D:\INETPUB\WWWROOT\file.gif"
accept="image/gif"
nameconflict="MakeUnique">
This works to send a single file up.
With CFFTP check to see if the proxy server settings are okay, a proxy
server can stomp an upload.
Regards,
Anthony Geoghegan.
Lead Developer,
IFTN
www.wow.ie
mailto:[EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.