• Resolved treelike

    (@treelike)


    hello
    i would like to know if i can change the title of a file when upload on front end.
    for exemple if a file is something.pdf, can i change the title to “something usefull to read” once it’s uploaded?
    and when i use the shortcode manager for fileup, i struggle quite a bit… i would like to have the subdirectories showing in fileup, so that when i upload a file i can choose in what subdirectory i want it, and then change the title if needed (as in question above).
    thank you very much if you can help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author thomstark

    (@thomstark)

    You have the ability to select the subdirectories by default, unless you otherwise tell the shortcode not to allow that. And yes, you can change the filename when the files about to be uploaded are on the page, before you click “File Up.” The filenames prior to uploading are actually displayed in text fields, which you can modify.

    Does your [fileup] shortcode have fixedlocation=”true” in it? If so, that disables subdirectory selection. If it doesn’t, and if it isn’t matching the drawer of a file away directory tree table, then you simply build your upload location using the dropdown like so:

    1. Select parent directory from the dropdown. The dropdown options will reload.
    2. Select next subdirectory from the dropdown. The dropdown options will reload.
    3. Repeat until you’ve built the desired upload path.

    Thread Starter treelike

    (@treelike)

    Hello
    thank you for your help
    I managed it!

    thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fileup configuration and fileaway files titles’ is closed to new replies.