kohana3.0 how to completely delete image file?

前端 未结 1 1943
情深已故
情深已故 2021-01-24 04:29

I have a kohana3.0 content and files management system, and I would like to be able to completely delete images from database, and from my folder where I have uploaded them, whe

相关标签:
1条回答
  • 2021-01-24 05:07

    I have no idea about kohana, but the unlink() function is how files are deleted in PHP. If this isn't working, it is possible you just have a permissions problem with those files.

    0 讨论(0)
提交回复
热议问题