http://www.uploadify.com/ This is the best jQuery upload plugin I ever used, I want to add one function when upload
jQuery(queue).append('<div id="' + jQuery(this).attr('id') + ID + '"
class="uploadifyQueueItem">\
<input type="text" />
<div class="cancel">\
.............
..........................
I add a input field in it's js code, and I hope the value will be send
with the file when uploading, is it doable?

