大写的"JPG"扩展名与小写的"jpg"不同?

编程入门 行业动态 更新时间:2024-10-27 12:40:32
本文介绍了大写的"JPG"扩展名与小写的"jpg"不同?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在一个个人网页上,其草稿版本已上传到www.kurtpeek.我注意到的错误之一是关于我"部分中的我的jpeg图像之一"MIT_IAP_SAR_smallest.JPG"没有显示在网络上,但是如果我在我的计算机上查看它,就可以很好地看到它.电脑. (您可以从 dl.dropbox/u下载目录/1396332/kurtpeek.rar ).

I am working on a personal webpage, a draft version of which I have uploaded to www.kurtpeek. One of the bugs I notice, is that one of my jpeg images in the "About Me" section, "MIT_IAP_SAR_smallest.JPG", does not show up on the web, but I can see it just fine if I look at it on my computer. (You can download the directory from dl.dropbox/u/1396332/kurtpeek.rar ).

我与其他图片唯一的区别是,这张图片的首字母大写是".JPG",而不是小写的".jpg".但是,如果我尝试将文件重命名为小写扩展名,则Windows 7会将其再次大写.

The only difference I can see with the other pictures is that this one has a capitalized ".JPG" extension instead of a lowercase ".jpg" one. However, if I try to rename the file to a lowercase extension Windows 7 just capitalizes it again.

在此问题上的任何帮助将不胜感激.

Any help on this issue would be much appreciated.

最诚挚的问候, 库尔特·皮克(Kurt Peek)

Best regards, Kurt Peek

P.S.这个问题似乎与此类似:

P.S. This problem seems similar to this one:

php文件上传大写文件名问题

但据我所知,问题尚未解决.

but as far as I can tell that problem was not resolved.

推荐答案

您的服务器很有可能在Linux发行版下运行,该Linux发行版的文件系统通常区分大小写.

It is very likely that your server is running under a Linux distribution, whose file system is usually case-sensitive.

  • www.kurtpeek/img/MIT_IAP_SAR_smallest.jpg -找不到
  • www.kurtpeek/img/MIT_IAP_SAR_smallest.JPG -找到
  • www.kurtpeek/img/MIT_IAP_SAR_smallest.jpg - Not found
  • www.kurtpeek/img/MIT_IAP_SAR_smallest.JPG - Found

更多推荐

大写的"JPG"扩展名与小写的"jpg"不同?

本文发布于:2023-10-31 18:27:54,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1546911.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:扩展名   quot   JPG   jpg

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!