Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

maybe you could use a publishing image field combined with http://spimagefieldupload.codeplex.com

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.