-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Chunked file upload #714
Chunked file upload #714
Conversation
Removes any PHP or server-side file-upload limits by using file chunks
I will validate and merge the code |
Thanks @prasathmani . I made the changes in a hurry, and I realize they are very little documented. I can further document them if you wish. Also, the chunked behaviour could be configured as option, and offer further tweaks (chunksize, maximum file upload, etc). |
@prasathmani Good day. I would like to add that this option will be extremely useful for everyone who uses CloudFlare services for their sites, even if they use "not cheap hosting", since CloudFlare sets chunk size for the minimum tariff plan "Free" - 100 Mb, and for the maximum tariff plan - 500 Mb. |
Removes any PHP or server-side file-upload limits by using file chunks
there is only place where variable |
Yes, very strange. I wonder if the variable |
Removes any PHP or server-side file-upload limits by using file chunks
Removes any PHP or server-side file-upload limits by using file chunks.
Cheap shared hosting services usually does not allow to change file upload settings, to save resources. By allowing Dropzone chunked file upload feature, unlimited size files can be uploaded.