Hi,
I installed a fresh copy of WordPress 3.0 RC2 in a fresh WordPress database. After a bunch of configuring things, I have noticed four upload related options in the wp_options table, but I cannot find proper information on them.
There’s these ones and their settings:
blog_upload_space : [empty] upload_url_path : [empty] upload_path : "wp-content/blogs.dir/1/files" fileupload_url : "http://foobar.com/blogs/files"
So what’s the deal? Which ones are relevant and should be set?
Thanks.