php-uploader icon indicating copy to clipboard operation
php-uploader copied to clipboard

Problems with "download by http link" with multiple links

Open RichardFerlow opened this issue 8 years ago • 1 comments

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 avatar Dec 21 '16 10:12 RichardFerlow

@RichardFerlow will fix it. Thanks.

CreativeDream avatar Dec 21 '16 11:12 CreativeDream