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.
If I use require_once — it works. But I am using MVC Laravel 4 framework and I want to use it's autoload feature. When I am trying autoload — there is NULL. T_TReply
Probably it is my problem (not the class problem), but I couldn't resolve it. Now I am using Intervention Image Class. No problems with Laravel and easy installation via Composer. Perhaps you could modify class.upload.php to work Laravel-Way?
Your upload.class is amazing.
But for what reason this happens?
I am working at localhost WAMP-server Open Server (Windows)
If I use require_once — it works. But I am using MVC Laravel 4 framework and I want to use it's autoload feature. When I am trying autoload — there is NULL. T_T
>>log produced by the class
Is empty.
>>error reporting turned on
Yes.
Probably it is my problem (not the class problem), but I couldn't resolve it. Now I am using Intervention Image Class. No problems with Laravel and easy installation via Composer. Perhaps you could modify class.upload.php to work Laravel-Way?
Best regards!