Whenever I try to add images to my post, the image-file is uploaded to the wp-content folder directly, but the links in the image tag gets a "uploads/" before the filename. What am I doing wrong here?
Whenever I try to add images to my post, the image-file is uploaded to the wp-content folder directly, but the links in the image tag gets a "uploads/" before the filename. What am I doing wrong here?
admin - settings - miscellaneous
this is where that is set up
admin - settings - miscellaneous
this is where that is set up
+
http://wordpress.org/support/topic/59986
Upon upload I kept getting:
"The uploaded file could not be moved to ."I had just finished migrating WP 2.01 from one server to another. I had wp-content/uploads permissions set correctly as 0777. The fix was:
(1) I copied my uploads folder (and renamed it)
(2) I then deleted wp-content/uploads
(3) I then recreated wp-content/uploads (mkdir)
(4) I then set permissions on wp-content/uploads (chmod 0777)
(5) I then copied all the folders/content I copied in step 1 --> the folder created in step 4Voila. Works again, I can upload.
Worked for me
This topic has been closed to new replies.