Viewing 2 replies - 1 through 2 (of 2 total)
  • wpforum1

    (@wordpressforum1)

    hey douglasdeodato.

    change path like this!

    [inline_upload uploadpath=”../uploads/put-your-path-Here”]

    This is the path of the upload directory. The path must be relative to wp-content folder of your WordPress website. For instance, if your upload directory is “wp-content/uploads/myuploaddir”, then uploadpath must have the value “uploads/myuploaddir”. The default value is “uploads”, meaning that the files will be uploaded to wp-content/uploads dir. If you put the variable “%username%” inside the uploadpath string, then this variable will be replaced by the username of the user currently logged in. If you want to upload files outside wp-content folder, then put a double dot (..) at the beginning of your uploadpath value.

    Thanks

    morph1

    (@morph1)

    Hi there,

    I am having trouble adding a custom path,
    my target folder would be submit-uploads in the root.
    [inline_upload uploadpath=”../uploads/put-your-path-Here”]

    now would I construct my code line this way,

    [inline_upload uploadpath=”..submit-uploads”] ,

    lol, I just figured that out as i wrote this I will still post it…

    the working path is 🙂

    [inline_upload uploadpath=”../submit-uploads”]

    thanks for this plug !!! it works !!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where files go?’ is closed to new replies.