Yopp
Yopp copied to clipboard
some issues in php.ini
The default value in php.ini will affect the result when upload .
upload_max_filesize = 2M;
post_max_size = 8M;
and it lead to
if there is a way to solve the issue with phpcode.
One way is change these values using phpcode.
How do you solve this problem? Has anyone created a fixed file?
How do you solve this problem? Has anyone created a fixed file?
Maybe you could change the front-end code to solve it.
Using Blob.prototype.slice
to upload block segment.