Solution:
You need :
- Add a form in my-account.php (Check woocommerce_before_my_account hook for this)
- Create a custom code to save the file in wp_usermeta table (Check add_user_meta() function ).
- Check woocommerce hook after_woocommerce_pay to check if there is a photo associated to current user