OutSystems Forge 日本語データベース

JSImagePreview

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-12-21 1.0.2 Maycon Oleczinski All All Components, Widgets
コンポーネントは、アップロードファイルなしでjavascript / jqueryを使用して画像をプレビューし、バイナリデータに変換できるbase64データを取得します。
コンポーネントは、サーバーにファイルをアップロードせずに、javascript / jqueryを使用して画像をプレビューし、バイナリデータに変換できるbase64データを取得します。 必要なオブジェクトは1つだけです:JSImagePreview Webblock。 それは、NotifyアクションによってTextデータ型でbase64を返します。 "呼び出し側"にDestinationを作成して使用します。

[Overview]
Component to preview image using javascript/jquery without upload file to server and get your base64 data that can be converted to binary data.
[Detail]
Component to preview image using javascript/jquery without need upload file to server and get your base64 data that can be converted to binary data. Only one object is needed: the JSImagePreview webblock. Its return a base64 at Text datatype by Notify action. You'll be create a destination Notify at "your side" to make use. The sample was developed without worrying to design.
戻る