Web integrations come in two flavors: If you're looking for something quick and easy, check out our HTML Widgets. If you want deep integrations and aren't afraid of getting your hands dirty, dive into the Javascript API.
Rather than calling the Ink file picker from javascript, you can simply put in html widgets that will handle all the interaction for you. The widgets are designed to be drop-in replacements for what you already have, making it even easier to get started
Using the Pick widget, you can automagically turn an ordinary input field into the picker. Once the file is chosen, the input field will be filled in with the url of the chosen file, ready to be sent off to your server.
Programming the Widgets
javascriptからインクファイルピッカーを呼び出すよりもむしろ、すべての相互作用をハンドリングすることができるHTMLウィジェットのほうがあなたにとってよりシンプルです。そのウィジェットはあなたがすでに持っているものと交換することができるようデザインされており、始めることは簡単です。
ピックウィジェットを使うことにより、あなたは自動的に通常のインプットフィールドをピッカーに変えることができます。一度そのファイルを選べば、インプットフィールドは選択されたファイルのURLで満たされ、あなたのサーバーに送る準備ができます。
Java scripからインクファイル ピッカーを呼び出すより、htmlウィジットにするだけで良いです。それが全ての作業を扱います。ウィジットはあなたがすでに保有しているものを何時でも交換できるようにデザインされています。それによってより簡単に始められます。
Pick ウィジットを使うことによって、通常のインプットフィールドをピッカーに自動的に変更できます。一旦ファイルが選択されたら、インプット フィールドは選択されたファイルのurlが入力され、あなたのサーバーに送る準備がされます。
ウィジットのプログラミング
こちらで使わせていただきました。
http://matome.naver.jp/odai/2135189741567976501
有り難うございます。評価もして頂けると幸いです。