Thread Starter
NeenNZ
(@neennz)
Okay…I have just tried the upload from the admin section
Same thing happens
It appears to be uploading and then blank screen…
Any ideas?
Thread Starter
NeenNZ
(@neennz)
Okay…I think I have found the issue:
Photo.JPG does not work
photo.jpg does
the file extension is case sensitive?
Hi NeenNZ,
it is perfectly possible that is the case..
Windows systems are not case sensitive, Apache/Linux systems are..
so that might cause the problem..
I’ve recently move from a windows IIS server to an Apache/Linux server and had some pretty weird error..
One of them was the inability of finding include files etc.
due to case difference in filename and extension.
While image.jpg is the same as IMAGE.JPG in a windows based system,
it is a different file on a Apache/Linux system, because it is case sensitive.
So yea, best practice is to always save files with an lowercase extension ie. IMAGE.jpg, but I know some programs save with uppercase extension.
This is a nice catch you’ve made.
it’s one of the annoying issues using with image files.
I’m sure this will be fixed in the near future
Amy ♥