0
fileuploadの入力ファイルを使用する代わりに、入力と同様に通常のファイルアップロードを呼び出すclickable divを使用したいと思います。JQuery fileupload on click
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div
_ "を入力し、ファイルパスをdivに貼り付けます。" _その意味は? – gdoron
[このフィドル](http://jsfiddle.net/GMqK9/)はあなたを助けるかもしれない – gdoron
ええ、私は本当にどちらかの質問を得ることはありません。おそらく、彼は入力ファイル名を渡し、divsの内容をそのパスに置き換えたいでしょうか? – alt