You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
The chunks are successfully sent to the server but they are not stitched together. Rather, each chunk overwrites the previous leaving only one file that contains the last chunk. If I were to upload a 22mb file, the resulting file on the server would only be 2mb since it is the last chunk that is uploaded.
Am I missing a config option? What can I do to resolve this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've set up the Yii2 widget to have a maxChunkSize of 10mb, as shown below:
The chunks are successfully sent to the server but they are not stitched together. Rather, each chunk overwrites the previous leaving only one file that contains the last chunk. If I were to upload a 22mb file, the resulting file on the server would only be 2mb since it is the last chunk that is uploaded.
Am I missing a config option? What can I do to resolve this?
The text was updated successfully, but these errors were encountered: