Logs for

Page 258 of 211,262, showing 20 records out of 4,225,223 total, starting on record 5,141, ending on 5,160

# At Username Text
# Aug 8th 2008, 11:31 asciimo aaronfalloon: do you mean chmod from the command line?
# Aug 8th 2008, 11:31 AD7six __mork: exactly what it says on the tin - see the book.
# Aug 8th 2008, 11:32 AD7six aaronfalloon: are you using the upload behavior
# Aug 8th 2008, 11:32 aaronfalloon I;m saving them to img/uploads, and no. Where's the documentation on that?
# Aug 8th 2008, 11:33 AD7six aaronfalloon: what do you mean you're saving to img/uploads ++ " I can't get a chmod to find the folder"
# Aug 8th 2008, 11:34 aaronfalloon I'm trying to allow my application permission to upload to that directory. Hence, the chmod command. So I have this, "chmod('img/uploads').
# Aug 8th 2008, 11:35 aaronfalloon and ...'777').
# Aug 8th 2008, 11:35 linked_ greetings.
# Aug 8th 2008, 11:35 AD7six aaronfalloon: you're trying to set permissions from within php?
# Aug 8th 2008, 11:35 AD7six why?
# Aug 8th 2008, 11:35 linked_ is cakephp's xml helper good for parsing only?
# Aug 8th 2008, 11:35 aaronfalloon AD7six: I want to be able to change the permissions back afterwards.
# Aug 8th 2008, 11:35 AD7six linked_: have you used it for parsing
# Aug 8th 2008, 11:35 linked_ i'm looking for something like $xml->createParentNode('parent1'),
# Aug 8th 2008, 11:36 linked_ AD7six: nope, just trying to look at it's code. not so much info about it online
# Aug 8th 2008, 11:36 AD7six aaronfalloon: why bother
# Aug 8th 2008, 11:36 aaronfalloon AD7six: For extra security.
# Aug 8th 2008, 11:36 linked_ AD7six: I can't seem to find methods for creating one (aside from xml generation from array)
# Aug 8th 2008, 11:38 AD7six aaronfalloon: imo that doesn't make any sense. you'd be better off setting permissions and ownership appropriately in the first place.
# Aug 8th 2008, 11:39 aaronfalloon AD7six: Even if I want to allow anyone to upload things to my server?