私は現在、管理者がいる空手学校のウェブサイトを作成していますが、「写真を追加」セクションで立ち往生しています。
ドラッグ アンド ドロップ機能を備えた完全な HTML5 画像アップローダーを作成し、サイズを変更してサムネイルを作成し、画像の名前を PHP 仕様に合わせて変更する方法を知りたいです。
アップローダーの私の仕様は次のとおりです。
-> Drag and Drop from a local folder
-> If the image is not the correct ratio, provide a image cropping. (Like Twitter)
-> Resizing like this:
-> Detect the aspect ratio (4:3 / 16:9)
-> Create a thumb of 40% of the size
-> Create 2 files in the "Uploads" folder
-> {a random ID}.{png,jpg,gif,etc...} (full size)
-> {the same ID-thumb.{the same ext} (thumbnail)
JSとPHPのみで作成したいです。このアプリには Zend Framework を使用しています。
これが PHP と HTML5 で可能であることを願っていますが、まだ何も試していません。お金をもらっているので時間を失いたくないので、時間は現金です!