getimagesize arguments need to be encoded
evan23 - November 10, 2009 - 02:38
| Project: | Taxonomy Image |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
If you take a look at http://php.net/manual/en/function.getimagesize.php Example 3, you'll see a note that arguments/image paths with spaces in them need to be re-encoded with %20. At present, the module does not do this, resulting in getimagesize to return 404 errors if called with such an argument.
