Skip to content

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

@RichardFerlow

Description

@RichardFerlow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions