Best practice to upload files in CakePHP

前端 未结 3 2146
感情败类
感情败类 2020-12-13 16:20

Can any one suggest me the best way to write code for uploading a file in CakePHP?

  • I need to upload a file and save its name in table.
  • If the record s
3条回答
  •  温柔的废话
    2020-12-13 17:10

    I found this https://github.com/srs81/CakePHP-AjaxMultiUpload plugin helpful for my case.

提交回复
热议问题