OutSystems Forge 日本語データベース

Image Repository

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

Forge英文サイト

2014-01-04 Initial Version Nuno Reis 7.0+ All .NET
画像はデータベースに非常に多くのスペースをとります! なぜそれらをディスクに保存しないのですか?
これは、画像を直接ディスクにアップロードするための基本的なコンポーネントです。 フィーチャーリスト Public Webblockはイメージをディスクにアップロードします。 どのユーザーもアップロード中にタグを作成できます。タグはリムーバブルです。 Espaceは、許可されたユーザが画像タイプを管理し、画像情報を編集することを可能にする。 負荷を分散するために、画像は指定された場所のランダムなフォルダに格納されます。 画像はここで示唆したように返されます。 主な利点 データベース・サイズが限られており、パフォーマンスが心配されていないCommunity Editionを持つすべての人に TO DOファイルのメタデータを読み込んで幅と高さを検出する(代替:ブラウザで画像を開き、jqueryの寸法をDBに保存する) 特定の寸法の画像を返す(前の点が必要) 「見つからない」のデフォルト画像 Java Stack互換(パスの変更) ディスクのファイルサイズと制御スペースを制限する。 サイズ 5732 SUのこれまでのところ ユーザーズマニュアル 例: いくつかの画像タイプを定義する(図面、休暇、家族写真など) 画像に移動してアップロードを開始します。 異なるEspacesでWebblockを試してみてください。

[Overview]
Images take so much space in database! Why not save them to disk?
[Detail]
This is a basic component to upload images directly to disk. I was doing it inside a specific application, but today decided to push it aside because it can be handy for other things. Comments are welcome. Feature List Public webblock uploads images to disk. Any user can create tags while uploading. Tags are removable. Espace allows authorized users to manage image types and edit image information. To distribute load, images are stored into random folders of the specified location. Images are returned as suggested here. Main Benefits To everyone with Community Edition who face limited database size and aren't worried with performance TO DO Read file metadata to detect width and height (alternative: open image in browser, jquery dimensions and save them in DB) Return image with specific dimensions (needs previous point) Default image for "not found" Java Stack compatible (change paths) Limit file size and control space in disk. SIZE 5732 SU's so far User's Manual Example: Define some Image Types (Drawings, Vacations, Family Pictures,...) Go to Images and start uploading. Try webblock in different Espaces.
戻る