タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

PHPとCakePHPに関するTaKUMAのブックマーク (1)

  • File upload with CakePHP - cakebaker

    In this post I will describe how to upload and store a file in the database. Yes, you read correct, I will describe how to store a file in the database. I know, a lot of people do not recommend storing files in a database due to performance reasons. Of course, this is an important point you have to consider when you design your application. The reasons why I store files often in the database are:

    TaKUMA
    TaKUMA 2012/08/23
    CakePHPにてファイルをアップロードする方法。この例だと動かなかった。$this->dataとなっているところを$this->request->dataとすることでなんとか動いた...いみふすぎわろりっしゅ
  • 1