|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hello all, please help me out.
I need to copy a file using CFFILE to a different server. The folder to which I need to copy in the other server is also mapped in the windows explorer. How to do this? welcome any help, Srikanth |
|
#2
|
|||
|
|||
|
Use action='copy' in the cffile tag.
Code:
<cffile action = "copy" source = "full_path_name" destination = "full_path_name" attributes = "file_attributes"> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Cold Fusion Development > how to copy files to other server using CFFILE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|