简体   繁体   中英

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. 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

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. 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.

Hope this helps you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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