Coder Social home page Coder Social logo

Comments (5)

crism avatar crism commented on July 22, 2024

In the server error log at the time of upload is this message: PHP Warning: POST Content-Length of 60730159 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: http://.../scalar/dummy-book/upload.

from scalar.

craigdietrich avatar craigdietrich commented on July 22, 2024

Hi @crism,

Thanks for pointing this out! I'm able to duplicate the issue on my end. What's occurring is that the PHP error at the top is HTML which causes jQuery to not be able to parse the return as JSON. I should be able to trap inside a try/catch and place into an error field in the JSON, as you suggest.

Nb, uploading occurs here: https://github.com/anvc/scalar/blob/master/system/application/libraries/File_Upload.php

I'll add this to my list of things to correct.

from scalar.

crism avatar crism commented on July 22, 2024

Thanks, @craigdietrich.

from scalar.

craigdietrich avatar craigdietrich commented on July 22, 2024

Hi @crism, this is now corrected in 0f75b1b

PHP was correctly throwing errors when the file was too big for upload_max_filesize, but not when the file was too big for post_max_size.

Thanks for logging this bug!

from scalar.

crism avatar crism commented on July 22, 2024

Great, @craigdietrichโ€”thanks!

from scalar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.