Thanks.
I’ll check out the Mike Jolly media uploader post – but I am looking for a front-end solution for a custom profile page… so we’ll see.
Sideload() looks promising – not much documentation, but this could lead me to where I need to be:
https://wordpress.stackexchange.com/questions/34730/uploading-images-to-media-library-via-wp-handle-sideload-fails
This has been informative:
https://www.ads-software.com/support/topic/plugin-user-photo-front-end-upload?replies=17
As well as this:
https://wordpress.stackexchange.com/questions/4307/how-can-i-add-an-image-upload-field-directly-to-a-custom-write-panel/4413#4413
I use theme-my-login to password protect the entire site. Nothing should be accessible to any external user who is not logged in. External registration is not permitted – this is a closed-off site.
Once I get this working, I’ll post the results here and mark as solved. Ideally, if an image is uploaded for the user, the image will be displayed (and resized proportionally). The upload object should be a simple directory box with a ‘Browse’ button next to it that opens an old fashioned file upload box (only permitting image file types).
Thanks for your help. I’ll post back soon!