and it is very strange that
I can upload gif files but not jpg files... coz the systems said it can only upload gif, jpg and png files...
thx...
OK, I suppose the extension of your jpeg file is JPG, and not jpg (uppercase instead of lowercase). 2 solutions :
1. editing the file upload.php for adding the extension JPG to authorized upload extension (search "gif" in this file)
2. renaming your file on your local drive
Offline
The problem is the files end with JPG format so it is sth like DSC0033.JPG I cannot upload these files...
thx.
:-? I have also noticed this problem. If a picture has the extension .jpeg it can not be uploaded. The only work around for this that I have found is to save the picture as a .jpg file. Then all is good.
If there is another fix, please let me know.
Offline
indeed, you will have troubles with "jpeg" extension. Because it contains 4 characters ! (not possible more than 3 characters for associated thumbnails) But you can still add this extension "jpeg" to the array allowing extension to be uploaded.
Offline