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.
You shouldn't use no_script to prevent the image from being renamed. Use file_auto_rename instead (set it to false).
In fact, your problem is different: the MIME type is detected as text/plain. Are you sure you are uploading an image? In any case, there is no image processing because the class thinks that your file is not a valid image.
Can you try with this new version 0.28RC3? This version gives more information about MIME type detection methods. Copy and paste the log here again.Reply
In fact, your problem is different: the MIME type is detected as text/plain. Are you sure you are uploading an image? In any case, there is no image processing because the class thinks that your file is not a valid image.
Can you try with this new version 0.28RC3? This version gives more information about MIME type detection methods. Copy and paste the log here again.