You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: