Hi,
I would like to have 2 ImageFields in a Model.
- being the one where the user uploads an image
- being one where we have a copy of that image, but using the Same File.
Note: I am simplfying the reason for the two fields.
Apart from Creating a new ImageField field type is there any way to stop the ImageField adding a _ to the filename, when we assign the second field programatically?
Regards
Mark