this is really weird. I am uploading files through the admin interface within WordPress 3.0.
WordPress recognizes the file type and attributes, but does not store it within wp-content/uploads successfully.
Upon upload I am given a url that points to a file within wp-content/uploads, that does not exist.
Are there any common gotchas? I have no clue what this could be caused by 😐
Thanks in advance, help would be wonderful.
Ensure your uploads folder writable by PHP and does it exist? Although WordPress should indicate this, it is a common thing.
UPDATE
If the above does work, try setting WP_DEBUG to
truein your wp_config.php and see if there are any errors.