Uploading a file from a form to my server with CFFTP
Hi,
I'd edit my cffile discussion but it won't let me for some reason.
I had been using cffile locally but I realized I probably need to use CFFTP. My question is, when I create a file filed in a form, how do I connect that to a CFFTP putfile action? Like, what do I put after localfile = and remotefile = if the file is coming from a form? And can i use nameConflict = "MakeUnique" within the CFFTP putfile action?
Thanks,
MIke
edit: so now I'm learning that cfftp only uploads files from the coldfusion server to the directory. What if I have a web host and don't control the coldfusion server? Is there still a way for a user to upload an image onto my site? What information would I need from my web host to do this?
