Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Uplodify v3 を使用しており、アップロードされたファイルの名前をその値に含む非表示の入力を追加したいと考えています。
どうやってやるの?!
試してみてください
'onUploadSuccess' : function(file, data, response) { $('input#yourhiddeninputid').val(file.name); }
私は試してみました。