class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I was using the latest version already. I found the problem...it was on my server it didnt have the GD module of php installed. I just loaded up the module php5-gd and after the installation it solved my problem.Reply
I found the problem...it was on my server it didnt have the GD module of php installed.
I just loaded up the module php5-gd and after the installation it solved my problem.