I\'d like to be able to let my users select a specific polygonal (6-8 vertices with curved lines between points) area of an image they upload - how do I go about doing this
You could load the image on to a canvas tag and then you can do all the drawing you like on that canvas.