cakephp行为验证
我创建了一些上传文件的行为...... 我通过行为中的方法检查模型中的规则 - 它工作正常,但我必须检查文件是否已上传(php 函数:copy() 或 is_uploaded_file();),我想发送消息来查看此错误。 这怎么办?
I create some Behavior for uploading files...
I check rule in Model by methods in Behavior - it's works fine, but i must check is file uploaded (php function: copy() or is_uploaded_file();) and I would like send message to view about this error.
How do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的行为中,假设您将文件的路径作为“文件名”注入到记录中:
In your behavior, assuming that you inject the path to the file into the record as 'filename':