Hello,
Under Settings > Media, I can find the “Uploading Files” option. My issue is that whenever I change the “Document Upload Directory” field, the field then repeats the entry. Allow me to offer more details.
Right now, my entry in that field is the default one,
C:\inetpub\wwwroot\wp/wp-content/uploads
I want to change the Uploads folder to HVRDocs
C:\inetpub\wwwroot\wp/wp-content/HVRDocs
When I submit the changes, the resulting entry in the field is
C:\inetpub\wwwroot\wp/C:\inetpub\wwwroot\wp/C:\inetpub\wwwroot\wp/wp-content/HVRDocs
At that point, I have go into the database to fix it, or I will not be able to upload any files whatsoever (I will get an error). I will find the option_name to be document_upload_directory inside the wp_options table. I have to change the option_value from
C:\inetpub\wwwroot\wp/C:\inetpub\wwwroot\wp/C:\inetpub\wwwroot\wp/wp-content/HVRDocs
to the correct one
C:\inetpub\wwwroot\wp/wp-content/HVRDocs