-
Notifications
You must be signed in to change notification settings - Fork 261
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
Uploading large files #93
Comments
Here is how I fixed it 👍 |
A suggestion for the devs would be to replace Also, a slightly better tweak compared to what @randomdipesh suggested would be to include the following in the code:
And add the following as dependencies:
|
I'm going to take @senakafdo's advice and update md5 to become a method for execution at will, as opposed to a property that's always available on the file object. I'll try to get this pushed up in a major release sometime in the next week |
Should be fixed in latest release: |
Hello! I am in need of big help. I am working on a module of my thesis that specifically can upload multiple files in one input. I tried uploading videos. I can upload videos that has a size of 20mb but when I tried and upload more than 100mb, it returns an error message. The problem is, I can't seem to upload files that are large.
Here is the error message
![image](https://user-images.githubusercontent.com/22406521/45582436-75023a00-b8e2-11e8-9226-fcee2b22f231.png)
I hope this issue could be answered ASAP. Thank you ahead!
The text was updated successfully, but these errors were encountered: