Starbugstone / SnowTricks

OpenClassrooms - Php Symfony App dev - project 6
0 stars 0 forks source link

Error when uploading a file that is too big. #67

Closed Starbugstone closed 5 years ago

Starbugstone commented 5 years ago

The system throws a server error when the file is too big. Should throw a form warning.

The problem is with my twig structure, when the edit form is loaded, we check all the images. the uploaded error is still registered as an image but only the title is persisted.

Starbugstone commented 5 years ago

see 54b0813ab8327653d5c6430b6e37d9d86dc0dde1 for the descovery and twig modification.