Malin Lorch

Results 6 comments of Malin Lorch

did you ever resolve this? I am seeing the same issue

I have a unique use case I think, where I execute the script as a separate php process from a wrapper class, and pass on the output to a template....

Not sure this is related, but I found a bug in the download function, where the ContentType header is not set correctly: `header('Content-Type: $contentType');` Maybe you could experiment with hard-coding...

for me, I had to ensure that I called `exit;` after executing the script, though if you are using `require`, tinyfilemanager.php _should_ take care of that for you. So I'd...

I'm not sure that your example code is setting the headers correctly. You can inspect the network request in your browser and see the response headers for better visibility. The...