2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

HTML/CSS/JS で簡単なドラッグアンドドロップ

Posted at

やりたいこと

  • ドラッグアンドドロップでファイルを選択するフォームを実現する
  • ファイルの簡単なプレビューを表示する

やり方

仕様決め

  • ドラッグアンドドロップでファイルを選択する
  • 通常のファイルを選択からも選択できるようにする
  • プレーンテキストファイルを読み込んで簡単なプレビューを表示する
    • ファイル名
    • ファイルサイズ
    • テキストの一行目
  • 何かで使えそうなので、キャンセル・送信ボタンを添えておく

イメージは Teams のアナウンスのヘッダー画像選択画面です。

どん

See the Pen Untitled by higege-amdeker (@higege-amdeker) on CodePen.

見栄えをよくするため Bootstrap 5 を使っています。

2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?