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.
Can this class handle a redirection if the url it is given to an image redirects to another url of the actual image?
I want to use this class to download and resize profile images for the OAuth login class I am using but the url Facebook sends for the profile image on a successful login redirects to another url.Reply
I want to use this class to download and resize profile images for the OAuth login class I am using but the url Facebook sends for the profile image on a successful login redirects to another url.
Thanks for the reply.