K
|
kohle 12/22/2021 |
Hi, Input : copy( $source, $destination ) Output: true More infos you find in the web |
![]() |
Sergey Kornilov admin 12/22/2021 |
Yes, PHP's copy() function will do the job. Here is the link to their manual. |
R
|
rogerB author 12/28/2021 |
Dear Sirs!
Code in Client After: Any idea what could be wrong? |
![]() |
Sergey Kornilov admin 12/28/2021 |
ClientBefore and ClientAfter event cannot copy any files, these are Javascript events that work solely in the web browser. Your code needs to be added to the Server event. You need to start by reading this article on tri-part events. You need to have at least a basic understanding of hwo things work. |