> We are using CFFILE on a web site to upload files, and the
> upload never finishes and leaves a zero-length file. We've
> checked permissions and they look OK. What port does CFFILE
> use to upload?
CFFILE doesn't actually perform the upload; that's done by your file upload
form. What CFFILE does is accept the data and write it to the filesystem
where you specify. So, the port used by your file upload form will be the
port used by the web server to accept requests.
There are lots of potential problems you might have with different browsers
and operating systems used by the client. You might try using a recording
proxy to make sure that the data is actually being passed correctly from the
client to the server.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
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.