Re: CakePHP 3 - Need File upload example

2014-12-12 Thread José Lorenzo
move_uploaded_file() should be used On Thursday, December 11, 2014 5:50:35 PM UTC+1, frocco wrote: Thanks, Do I just use PHP move_uploaded_file command or does CakePHP 3 have it's own methods? On Thursday, December 11, 2014 9:04:24 AM UTC-5, José Lorenzo wrote: Create a form with a

Re: CakePHP 3 - Need File upload example

2014-12-11 Thread frocco
Let me rephrase this. What do cakephp 3 users use for file upload? On Tuesday, December 9, 2014 9:17:18 AM UTC-5, frocco wrote: Hello, Can someone point me to a tutorial explaining this? Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter

Re: CakePHP 3 - Need File upload example

2014-12-11 Thread José Lorenzo
Create a form with a file input. Make sure that you call $this-Form-create($entity, ['file' = true]); when creating that form On Thursday, December 11, 2014 2:45:38 PM UTC+1, frocco wrote: Let me rephrase this. What do cakephp 3 users use for file upload? On Tuesday, December 9, 2014

Re: CakePHP 3 - Need File upload example

2014-12-11 Thread frocco
Thanks, Do I just use PHP move_uploaded_file command or does CakePHP 3 have it's own methods? On Thursday, December 11, 2014 9:04:24 AM UTC-5, José Lorenzo wrote: Create a form with a file input. Make sure that you call $this-Form-create($entity, ['file' = true]); when creating that form

CakePHP 3 - Need File upload example

2014-12-09 Thread frocco
Hello, Can someone point me to a tutorial explaining this? Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To unsubscribe from this group