• I know I am probably overlooking this, and will slap myself when someone tells me..
    but I have setup file uploads.. and can not for the life of me find where I actually upload the file?
    Am I missing a button somewhere on the post page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • clay, create a new post, then press the Advanced Editing button. You will then see an Upload File button. Make sure you have created the upload directory previously on your server (usually you would call it ‘images’, and that you have write permissions available for that directory. On my server running Apache, photos and other files are uploaded by user ‘www’ in group ‘www’. So you could use:
    chown -R www:www images
    from your wp directory, and also
    chmod -R 664 images/*
    hope this helps!

    Thread Starter clay

    (@clay)

    Ok, so I’m not crazy..
    It’s definately not there:(
    I’ve tried every option for the real path, have the folder set to 777 just for good measure
    using flashfxp trying to send a raw chown I get a 500 error

    Thread Starter clay

    (@clay)

    I’m not crazy.. just unbelievable dumb.
    I made all the settings.. EXCEPT to turn on file uploads!

    “Upload File button…”
    I spent an hour working on this, making changes and looking for a button – the gray kind.
    I didn’t look up and notice the top menu suddenly had a new link added to it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘File uploads’ is closed to new replies.