• Resolved pochi555

    (@pochi555)


    I want to change the upload directory during user registration.
    There is a “File Upload” on the UM registration form.

    –For example–
    MetaKey:your_identification1

    Currently uploaded to:
    MySite/wp-content/uploads/ultimatemember/(UserId)/(fileName…)

    I want to change this under “identification1” as follows.
    MySite/wp-content/uploads/ultimatemember/identification1/(fileName…)

    Is there any solution?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support yuriinalivaiko

    (@yuriinalivaiko)

    Unfortunately there is no setting to change the user upload base directory.

    You may try to use the upload_dir hook if you are a developer familiar with PHP and WordPress code. But you must be very careful with this hook, because it influences all uploads.

    Thread Starter pochi555

    (@pochi555)

    @yuriinalivaiko

    I understand this.
    Thank you for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the upload directory during user registration.’ is closed to new replies.