in reply to Re: (tye)Re: What's wrong with this picture?
in thread What's wrong with this picture?
Well, the code that generates that particular error is:
so I don't see any other obvious problems.unless ($content =~ /(jpeg|gif|png)$/) { return "this doesn't look like a jpg or gif!" }
The "D:" says you are probably on Windows which means that your browser could certainly be replacing the letter case of what you type with the letter case of the name of the file.
And if you have a file whose name is all upper case, then Windows has an annoying habbit of displaying that file name in lower case or simply capitalized. So you might try renaming the file so that the first part of the name contains some capital letters (not counting the first letter).
- tye (but my friends call me "Tye")
|
|---|