Yopp icon indicating copy to clipboard operation
Yopp copied to clipboard

some issues in php.ini

Open yuhengshen opened this issue 7 years ago • 4 comments

The default value in php.ini will affect the result when upload .

upload_max_filesize = 2M;
post_max_size = 8M;

and it lead to image

yuhengshen avatar Nov 01 '17 12:11 yuhengshen

if there is a way to solve the issue with phpcode.

yuhengshen avatar Nov 01 '17 12:11 yuhengshen

One way is change these values using phpcode.

prabhakarpd7284 avatar Dec 13 '17 07:12 prabhakarpd7284

How do you solve this problem? Has anyone created a fixed file?

daddyparodz avatar Mar 17 '20 03:03 daddyparodz

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.

yuhengshen avatar Mar 17 '20 16:03 yuhengshen