-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the old package? and problem downloading files more than 500mb from chrome browser. #1
Comments
it is not Laravel package! the latest commits have not been released yet and will be reverted. https://github.com/shetabit/chunky/tree/v1.0 the only version of this package is pure php and will not be Laravel package in future. |
Thank you so much! |
your problem is in your javascript code? i think it is not related to this package. change your chunks to less than 500MB and send them to server side. |
My problem is download not upload!! To demonstrate the issue I created a test link for you: There is a download link inside this link, the file is 708MB size. Again, I will send you a link to probable reason for this issue: |
Hi!
I am using shetabit/chunky package in my download host,
It seems it is changed into laravel package! and the old pure php one is no longer maintained!! why?
The problem:
I can not download files bigger than 500MB with browser! It is working well with IDM or other download managers
but its not working with browsers direct download.
I have a 700MB file (.rar) and every time I test it with browser (even different browsers from different systems and ISPs) the file is downloaded with exactly 500MB size and of course it is a broken rar file that can not be extracted.
I think it is related to this issue:
https://stackoverflow.com/questions/30587677/bypass-blob-500mb-limit-to-save-bigger-file-on-disk/34900969
The text was updated successfully, but these errors were encountered: