uploads module issue
Posted: Wed Jul 27, 2011 4:48 am
I am using the uploads module in conjunction with the gallery module to let user upload photos. The issue I have is that the upload form is set up to let users change the file name on upload which doesn't take into account the original file extension. So when a user selects a file such as "canon003421.jpg" and tries to give it the name "my_picture", the file is stored as "my_picture" and not "my_picture.jpg". Is there a way for me to preserve the file extension of the original file when a user selects a new name?