本文介绍了在 laravel 中上传 AJAX 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
自从过去两天以来,我一直在尝试让 ajax 文件上传在 lavavel 4 中工作,但我现在很不走运.
I've been trying to get ajax file upload working in lavavel 4 since last two days and I'm soo out of luck right now.
我的 jquery 块
my jquery block
HTML 块
LARAVEL PHP 块
LARAVEL PHP block
我也尝试使用 https://github.com/LPology/Simple-Ajax-Uploader 但似乎 laravel 有问题.
I also tried using https://github.com/LPology/Simple-Ajax-Uploader but it seems a problem with laravel.
JSON 响应返回 a 和 b 均为 null.
JSON response returns a and b both null.
推荐答案
关键在你的 ajax 请求中.在控制器中你可以做任何你想做的事情.
The key are in your ajax request. In the controller you can do whatever you want.
这篇关于在 laravel 中上传 AJAX 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!
本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!