How to handle FILE input type when saving form information?

2012-02-24 Thread reynie...@gmail.com
Hi: I'm having some problems handling file uploads and database saving. I have a table where I need to store the route where uploaded files are saved but not know how to achieve this. I found this http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/ and I'm trying to adjust my code to

Re: How to handle FILE input type when saving form information?

2012-02-24 Thread Miles J
Use one of the many file uploading plugins out there. Or just use copy() or move_uploaded_file(). On Feb 24, 7:57 am, reynie...@gmail.com reynie...@gmail.com wrote: Hi: I'm having some problems handling file uploads and database saving. I have a table where I need to store the route where