Automatically resizing uploaded images

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

OK, I"m almost there. What I've done is set it up to upload the file to the HD, then resize it and then insert into the database. All is good up to that point, but I"m having problems deleting the file using unlink().

I keep getting permission errors.

I have it set to 777 (unix via ftp) or IUSR with write permissions (Doze) and no dice.

I realize that this has gotten waaaay off the topic of this thread and I thank you guys again for solving my resizing issues, but I'm stuck on this one last little issue and I don't want to create a whole new thread for it.

I did some searching in here for ppl with the same issue, and couldn't find anythign concrete to resolve the problem. I"m sure I"m just missing somtehign stupid, but dunno what.

thx again,

Burr
Post Reply