Support the ongoing development of Laravel.io →
Requests Input Forms
Last updated 1 year ago.
0

You can get the error message through your browsers developer tools or the logs for laravel.

0

mengidd said:

You can get the error message through your browsers developer tools or the logs for laravel.

Thank you, for this tip. Using chrome I was able to get the actual error message -- CSRF, as I thought. I can't figure out a way to make a file upload request WITH the CSRF token AND the file data.

0
Solution

Try to use the token in the url. like form_url + '?_token=' + CSRF_TOKEN

0

osiux said:

Try to use the token in the url. like form_url + '?_token=' + CSRF_TOKEN

This works, thank you.

However now I cannot access the image in the request.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.