Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CF Nut #1
Can't get FTP to Upload
Im not sure if thier is an easier way but im trying to upload and rename a file
at the same time. This will make it easier for me to know what file goes with
what user. I just want to add the custID to the file. Do I need to upload and
rename or can I do this in one statement? The code below will upload the file
but will not rename it. I have been working on this for a very long time and
any help would be much appreciated!!!
<cf_fileupload
userid = "test"
password = "test"
filefield = "form.filename"
destination = "/test_com/www/upload"
NameConflict = "MakeUnique">
<cfx_filemanager action ="rename"
userid = "test"
password = "test"
filefield = "form.filename"
source = "/test_com/www/upload/form.filename"
destination = "/test_com/www/upload/#Session.CustId#">
CF Nut Guest
-
How to upload a file to 2 FTP sites without an upload component for company
Hi All I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload... -
Upload Friendly (Multiple File Upload Applet)
Title : Upload Friendly (Multiple File Upload Applet) Description : UploadFriendly is an easy to use Java Applet that will allow multiple file... -
asp upload
Hi, I'm using the Persists ASPUpload component to upload files to various sub-directorys in the root of my website. I have written a short bit of... -
Upload Pub. using FTP
sure, what's to stop you? besides a web site is never finished. -- David Bartosik - MS MVP for Publisher help: www.davidbartosik.com enter to... -
Upload files to site, upload info to SQL?
I want to create a _SECURE_ interface from an html form that allows certain people within my company to upload files into a predetermined directory... -
Abinidi #2
Re: Can't get FTP to file to rename
Is the filename the same after you upload it as to what it defined in the form
field?
I see that you have on the upload to makeunique, which could change the name,
and thus the rename may not find the filename that was supplied in the form
field.
Abinidi Guest
-
CF Nut #3
Re: Can't get FTP to file to rename
I keep the files cleaned up so that thier is no name confilcts. Any other Ideas?
CF Nut Guest



Reply With Quote

