Ask the community, share ideas, and connect with other LimeSurvey users!
Log in
Forgot your password? Forgot your username?
fu_mnipg9i8h4qictx meta size "82.698" name "Curr%C3%ADculo%20Pedro%20.pdf" filename "fu_mnipg9i8h4qictx" ext "pdf" content "JVBERi0xLjMKJcTl8uXrp/Og…HhyZWYKODEwMDAKJSVFT0YK"
$zip = new ZipArchive(); $getp = self::$lime->get_uploaded_files( self::$sessionKey, self::$survey_id, 'tt'); $zip->open("anexo.zip", ZipArchive::CREATE); $zip->addFile($getp); $zip->close(); $header['Content-Type'] = 'application/zip'; return response()->download("anexo.zip", "anexo.zip", $header);
$zip->open("anexo.zip", ZipArchive::CREATE); foreach($getp as $_uploaded_file_info) { $zip->addFromString($_uploaded_file_info['meta']['name'], base64_decode($_uploaded_file_info['content'])); } $zip->close(); $header['Content-Type'] = 'application/zip'; return response()->download("anexo.zip", "anexo.zip", $header);
$getp = self::$lime->get_uploaded_files( self::$sessionKey, self::$survey_id, $stoken);
Online-surveys for every purse and purpose