lower case extension as default

  • Thread starter Thread starter espee2
  • Start date Start date
E

espee2

How can I change the default extension as saved in "Paint" (or the
rest of the system for that matter) right now Paint (windows)
saves .JPG (gif, etc...) in upper case. I want it to save in lower
case.
 
espee2 said:
How can I change the default extension as saved in "Paint" (or the
rest of the system for that matter) right now Paint (windows)
saves .JPG (gif, etc...) in upper case. I want it to save in lower
case.

Windows isn't case sensitive and consequently what you see is only an
aesthetic issue.

Is there some other reason that you desire this?
 
Windows isn't case sensitive and consequently what you see is only an
aesthetic issue.

Is there some other reason that you desire this?

I manage websites... If I inadvertently upload an image in
UPPERcase .JPG you will get a '404 Not Found' if you try to find it
using lower case .jpg. Example:

http://tunnel13.com/504/corp_504-002.jpg
vs.
http://tunnel13.com/504/corp_504-002.JPG

My Dreamweaver defaults to lower case, (it writes the code in lower
case) so I have written a few webpages that I have had to go back and
manually, either rename the file or rewrite the code. and also if
someone is physically types in an address for an image (99% type in
lower case extensions) it will come up 404...
Basically just want to save having to rename file extensions either
manually or with my 3rd party rename app.
 
I manage websites... If I inadvertently upload an image in
UPPERcase .JPG you will get a '404 Not Found' if you try to find it
using lower case .jpg. Example:

http://tunnel13.com/504/corp_504-002.jpg
vs.
http://tunnel13.com/504/corp_504-002.JPG

My Dreamweaver defaults to lower case, (it writes the code in lower
case) so I have written a few webpages that I have had to go back and
manually, either rename the file or rewrite the code. and also if
someone is physically types in an address for an image (99% type in
lower case extensions) it will come up 404...
Basically just want to save having to rename file extensions either
manually or with my 3rd party rename app.

Instead of just typing in the filename and relying on Windows to add the
extension, type the complete filename.ext.

For instance, choose the type JPEG (*.JPG,*.JPEG,*.JPE,*.JFIF), and in
the "File name" field, type corp_504-002.jpg (not just corp_504-002)
 
Instead of just typing in the filename and relying on Windows to add the
extension, type the complete filename.ext.

For instance, choose the type JPEG (*.JPG,*.JPEG,*.JPE,*.JFIF), and in
the "File name" field, type corp_504-002.jpg (not just corp_504-002)

I can do that...:-\ but is there a tweak in the registry to save as
lower case all the time?
 
I can do that...:-\ but is there a tweak in the registry to save as
lower case all the time?

I doubt it. The called explorer "Save/Save as" dialog box is defined
with parameters from the calling procedure.
 
I doubt it. The called explorer "Save/Save as" dialog box is defined
with parameters from the calling procedure.

Thanks anyway. the solution you gave is simple to say the least... boy
do I feel sheepish..BAAAA ...LOL
 
Back
Top