I have a standard list and I have to add a special field:
It should be an upload field or a link to a window including an upload field where the user can upload a picture and select an area to crop, so he is uploading maybe a 1000x800 pic and select just a 300x400 area to use.
After selecting the area the cropped picture is then stored into a picture library and that item is linked to item the user is editing in the standard list (via lookup field maybe).
Is there a solution out there for that or do I have to code that by myself? Is that even possible?