Skip to main content
  Wednesday, November 18 2020
  3 Replies
  1.2K Visits
  Subscribe
Hi there,

Does the plugin send the download as actual file downloads (with "content-length";) or website content?

I ask because this has a bearing on server setup for large files.

Many thanks,
Luther
A
3 years ago
Hi,

Thanks for contacting us here about this extension.

Does the plugin send the download as actual file downloads (with "content-length";) or website content?

I ask because this has a bearing on server setup for large files.


Yes, the content-length will be the file size. Let me explain more details. That means when you download a file: 500 MB,
it will notify the browser that the content-length is 500 MB, but then the file will be divided into small parts using "fread" function.
Please go here for more details:

https://www.php.net/manual/en/function.fread.php


Hope it helps!
Kind regards,
T
Yes, that's great, thanks!

Now if we can just get auto generated thumbnails of image files this will be perfect for my project!
A
3 years ago
Hi,

Thanks for getting back to me with more information.

Now if we can just get auto generated thumbnails of image files this will be perfect for my project!


This feature would be useful for users, we will consider to implement in the near future.


Thanks a lot!
Cheers,
  • Page :
  • 1
There are no replies made for this post yet.