Filename case gets changed
-
Great plugin for those cases where getting FTP information from your client is like pulling teeth.
I did seem to run into a little bug with the plugin. If you upload a file with the filename “jQuery-TEST.js”, the file will be uploaded as “jquery-test.js” . The plugin uploads the file in all lowercase letters.
At first I thought the file was not being uploaded but I figured out that I had to change the code in my functions.php to reflect the all lowercase letters of the filename. So it you’re uploading a file and it’s not loading in your browser, its probably because the case in your code doesn’t match the filename anymore.
The topic ‘Filename case gets changed’ is closed to new replies.