I have looked EVERYWHERE, but I cannot seem to find a solution to my problem. Hopefully someone out there can help me out. I can't find out how to automatically rename images that users upload. The images get stored with the same name as they were submitted. The steps that I want to take are:

(My image upload path is set to files/images)

1) User logs on and clicks on "create content" -> "images"
2) Enter a title and all that stuff, and choose an image to upload
3) Upload the image

After this, I would like the image to be submitted to the "images" folder (which is currently does), but get re-named to something generic, like sitename-nodename.jpg.

I have tried the filefield_path module, but that only seems to work when you are attaching an image to something rather than purely uploading an image (which I guess is done through the image module). I have also tried the upload_path module but also with no luck.

I would appreciate any help on this matter. I imagine that this would be a common issue, but I can't seem to find any real material on it.

Thanks.

** NOTE: I've found this to be the same issue as: http://drupal.org/node/103793. Thanks.