lower case extension as default

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.
 
P

Patrick Keenan

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?
 
E

espee2

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.
 
B

Bill Blanton

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)
 
E

espee2

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?
 
B

Bill Blanton

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.
 
E

espee2

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top