Skip Navigation

[Resolved] Toolset file field – change the uploaded folder

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by garenM 2 years ago.

Assisted by: Luo Yang.

Author
Posts
#2497333

Hey I request this a lot of times and I want to see if there is an updated. Is there a way to upload a file from file field to a different folder instead of uploads folder?

#2497929

Hello,

There isn't such kind of built-in feature within Toolset plugins, Toolset plugins are using WordPress built-in functions to upload files, so it will upload files to the folders defined by your WordPress settings.

You might consider custom codes, for example, use filter hook upload_dir to change the folders.
https://developer.wordpress.org/reference/hooks/upload_dir/

#2498001

Thank you!