Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Resize, create thumb and rename
Re: Resize, create thumb and rename
08-05-2009, 10:04 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Resize, create thumb and rename
Reply
Quote
Hi,
please check the misc-filemanager-handler.php example , this line tell you how to rename the file :
rename($mvcfile->FilePath,$newpath);
for the photo operation , I suggest you use some library like the
http://www.libgd.org/Main_Page
Regards,
Terry
View Complete Thread