php-uploader
php-uploader copied to clipboard
Problems with "download by http link" with multiple links
if we use this construction
foreach ($images_result as $num => $element) { $data = $uploader->upload($element, array( 'uploadDir' => '/photo/', //Upload directory {String} 'extensions' => array('jpg', 'png', 'jpeg'), 'title' => array('auto', 10), //New file name {null, String, Array} *please read documentation in README.md )); }
in script for list of links - than we have many uploaded files, but with content of first file, because it cached in $this->cache_download_content
@RichardFerlow will fix it. Thanks.