Page 420 of 211,273, showing 20 records out of 4,225,455 total, starting on record 8,381, ending on 8,400
# | Username | Text | |
---|---|---|---|
# | Aug 10th 2008, 05:04 | Chezz | I am having trouble with file upload.. i do not see the file field so i cant specify the file to upload. am i doing anything wrong ? http://bin.cakephp.org/view/1140932575 |
# | Aug 10th 2008, 05:06 | pgcd | chezz: use "echo $form->file" |
# | Aug 10th 2008, 05:07 | pgcd | as opposed to just $form->file |
# | Aug 10th 2008, 05:07 | Chezz | ops |
# | Aug 10th 2008, 05:07 | Chezz | thanks man |
# | Aug 10th 2008, 05:08 | Chezz | pgcd : is it possible to setup the OS filter to jpeg only ? |
# | Aug 10th 2008, 05:08 | Chezz | using cake of course |
# | Aug 10th 2008, 05:09 | pgcd | Chezz: as far as I know, you can't - I moved to SWFUpload for that also |
# | Aug 10th 2008, 05:09 | pgcd | but i might be wrong, of course, as I usually am =) |
# | Aug 10th 2008, 05:11 | pgcd | Neters: that code you pasted for Ajax.Updater seems great for views - any ideas on how to adapt it to work with elements that require vars? |
# | Aug 10th 2008, 05:11 | pgcd | setting the vars as named parameters seems to put them in a different namespace |
# | Aug 10th 2008, 05:13 | pgcd | Chezz: you can definitely filter the files when they have been uploaded, though |
# | Aug 10th 2008, 05:14 | Chezz | pgcd : im trying to see if cake allows using "accept" for mime types |
# | Aug 10th 2008, 05:19 | pgcd | Chezz: there is a cake1.2 upload component somewhere (in the bakery, mayhap?) that allows you to set all the filters and stuff |
# | Aug 10th 2008, 05:24 | klaasjan | Good afternoon |
# | Aug 10th 2008, 05:25 | klaasjan | Has anybody has got an good user_authentication script with different userlevels? |
# | Aug 10th 2008, 05:25 | Martz | klaasjan: if you want Auth + ACL this is an excellent tutorial: http://mark-story.com/Posts/view/auth-and-acl-an-end-to-end-tutorial-pt-1 |
# | Aug 10th 2008, 05:26 | klaasjan | thanks thats what i need :) |
# | Aug 10th 2008, 05:31 | darkangel | Is it still necessary to use the join table ('with' key) when finding all Articles with a particular Tag (for example)? |
# | Aug 10th 2008, 05:35 | NetersLandreau | pgcd: what problem are you having with parameters? |