PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Joko Prasetyo   PHP Copy File to Another Directory   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Copy File to Another Directory
Copy a file from a given URL to server directory
Author: By
Last change:
Date: 1 year ago
Size: 507 bytes
 

Contents

Class file image Download

PHP Copy Files from remote URL.

This is a very simple way to copy files from a remote server to the directory, simply enter the target URL on the form and select a directory location.

If unsupported file extensions you need to change or add a line like the following:

$valid_exts = array("php","jpeg","gif","png","doc","docx","jpg","html","asp","xml","JPEG","bmp","zip"); 

All file and scripts under licenses ( GNU GPL v2 or later ).