The MU forums have moved to WordPress.org

image upload (3 posts)

  1. cvera
    Member
    Posted 18 years ago #

    I am trying with uploading in wordpress service.I upload an image, and it gives me this:
    <img src='wp-content/ticket.JPG' alt='ticket' >
    I paste that into my text, and it doesn't work. why is that?
    Thanks,

  2. donncha
    Key Master
    Posted 18 years ago #

    Try "/blogname/images/ticket.JPG" instead. That'll work!

  3. manishnakar
    Inactive
    Posted 18 years ago #

    I had a same problem in multiuser wordpress. I was getting path <img src='http://username.sitename.com/files' > but it was not working. I modified my upload.php file. I removed absolute path by removing text "get_settings('fileupload_url')" and put relative path "files/$img1_name".

    It works, you can try as well.

About this Topic

  • Started 2025 years ago by cvera
  • Latest reply from manishnakar