简体   繁体   English

Jquery PHP 媒体上传库

[英]Jquery PHP media upload library

Strange trouble I want to upload image via ajax which many plugin does but none support textarea to write caption.奇怪的麻烦我想通过 ajax 上传图片,很多插件都支持,但没有一个支持 textarea 来写标题。 As i want to assign a caption to every image,how do my new learning task makes it different is i want user to be able to put up caption whilst image is uploading.由于我想为每张图片分配标题,我的新学习任务如何使它与众不同,我希望用户能够在上传图片时添加标题。

Do any one know of such plugin that just donot send ajax request but also have text box requests attached有谁知道这样的插件,它只是不发送 ajax 请求但还附有文本框请求

Well, to answer your question, I don't know of any such plugin.好吧,回答你的问题,我不知道任何这样的插件。

However, all plugins should support custom parameters to send as GET or POST.但是,所有插件都应支持以 GET 或 POST 形式发送的自定义参数。 Check the documentation.检查文档。

If it doesn't, then it sucks.如果没有,那就糟透了。 You can however mod it yourselt.但是,您可以自己修改它。

If it does, then it is a simple issue of fetching the textarea value and attaching it in one such parameter to be sent.如果是这样,那么获取 textarea 值并将其附加到要发送的一个此类参数中是一个简单的问题。

Hope this helps you.希望这对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM