I’m trying to pass the object into getimagesize() and return some image dimensions. When this code runs during upload the file is reported as being missing. Which is why the getimagesize() function is returning nothing. This code is part of my_post_process($form), so I assume by this point the file should have been moved into place (which I assume it has as the URL is correct and file renamed).
Any thoughts as to why this isn’t working? Thanks in advance. Jason