Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with "download by http link" with multiple links #15

Open
RichardFerlow opened this issue Dec 21, 2016 · 1 comment
Open

Problems with "download by http link" with multiple links #15

RichardFerlow opened this issue Dec 21, 2016 · 1 comment

Comments

@RichardFerlow
Copy link

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

@CreativeDream
Copy link
Owner

CreativeDream commented Dec 21, 2016

@RichardFerlow will fix it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants