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've got an error when I'm uploading a picture with Symfony Admin form. I upload a JPG file, then I manage this image with your great classe but the file get a .txt extension instead of a .jpg one. When I force convert jpg, the .jpg extension is well displayed, but I would like to use PNG files too.
I've got an error when I'm uploading a picture with Symfony Admin form.
I upload a JPG file, then I manage this image with your great classe but the file get a .txt extension instead of a .jpg one.
When I force convert jpg, the .jpg extension is well displayed, but I would like to use PNG files too.
Do you have an idea to soluce my problem ?
Thanks a lot.