Duplicate file extension on upload
I have followed the tutorial for inserting and updating image files. It all works - the images upload to the web server and the files name gets stored in the database however when the filename gets stored it gets stored with a duplicate extension ie .jpg.jpg on the update image form and the images get uploaded with an extra .jpg.
I have tried removing the server behavior and redoing it - but I still get the same problem. There only seems to be a problem on the update form.