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
On newsroom.unl.edu php.ini the max post size is set at 8M. If an ajax image upload is made that is larger it blows it up (it tries to insert the submit form where the newly uploaded image should go.)
UNL_ENews_PostHandler::handleFile() needs to check for this and reject an image that is too big.
The text was updated successfully, but these errors were encountered:
On newsroom.unl.edu php.ini the max post size is set at 8M. If an ajax image upload is made that is larger it blows it up (it tries to insert the submit form where the newly uploaded image should go.)
UNL_ENews_PostHandler::handleFile() needs to check for this and reject an image that is too big.
The text was updated successfully, but these errors were encountered: