sbdt
MIS
- Oct 23, 2002
- 17
<cffile action="upload"
destination="c:\inetpub\ nameConflict="overwrite"
fileField="Form.FiletoUpload">
<cffile action="MOVE" source="c:\inetpub\ destination="\\server-name\users\temp\test_resume.xls">
I would like to use cffile to move an uploaded file to a different server. I have tried variations of the above code, but I either get an error or it appears to work but the file is not moved. Any suggestions?
Thanks
destination="c:\inetpub\ nameConflict="overwrite"
fileField="Form.FiletoUpload">
<cffile action="MOVE" source="c:\inetpub\ destination="\\server-name\users\temp\test_resume.xls">
I would like to use cffile to move an uploaded file to a different server. I have tried variations of the above code, but I either get an error or it appears to work but the file is not moved. Any suggestions?
Thanks