Uploading an image via the file fieldtype, seems to go smoothly but images don’t display in the browser.
I have set up the download directory correctly, and the uploaded images appear in the directory when viewed from the server (opened in Windows Server 2008 image viewer).
When I navigate directly to the image via the URL (e.g. http://server/images/reviews/image.jpg) I get an error from IIS7 saying:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
I am using Windows Server 2008 with IIS 7.
I can open the image and view it offline, so it’s very strange that it doesn’t display when opened in the browser.
Also note that normal images (that I placed myself) DO display in the browser. Even when placed in the same folder. So something is happening to the image whilst it’s processed by EE2.
Any advice would be greatly appreciated!