79782703

Date: 2025-10-04 22:15:10
Score: 0.5
Natty:
Report link

I finaly found the solution that worked for me.

Many controllers return a url of the file uploaded in a json. Well I needed to add 'uploaded' => true to the json returned by your php code :

return new JsonResponse([
    url' => $fileUrl,
    uploaded' => true
]);
Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sam bes