I have an image upload as a field. When I print the field in a template the result is:
http://localhost/mysite/uploads/images/image.jpg
However the image is actually at:
http://localhost/mysite/uploads/image.jpg
When I go to ‘Edit File Upload Preference’ the ‘URL of Upload Directory’ is:
http://localhost/mysite/uploads/images/
And the ‘Server Path to Upload Directory’ is:
C:/xampp/htdocs/mysite/uploads/images/
Why are the images being uploaded to the wrong directory? Note, Ive migrated the site to my local environment from being live. All the images that were live work fine, its just new images that do this.
Thanks