Re: Resize, create thumb and rename

  •  08-05-2009, 10:04 PM

    Re: Resize, create thumb and rename

    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