Skip Navigation

[Resolved] Looking for a way to transfer files to and from site

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

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 1 reply, has 2 voices.

Last updated by Luo Yang 7 years ago.

Assisted by: Luo Yang.

Author
Posts
#504585

Hi,
I am trying to: find a tool to create a function to upload files (pdf, word, excel) to a selectable folders on a site. So I like to know if it is possible to create this function using Toolset?

The sequence to upload a file should look like this:
1) select a file on your computer.
2) Select folder to upload the file to
3) Start uploading the file
4) A progress bar would be nice the show while uploading
5) A message for success or error should show if the upload succeeded or not.
6) Showing a list of uploaded files with a a deleting function

Kind Regards

Leif

I visited this URL:

I expected to see:

Instead, I got:

#504701

Dear Leif,

It is possible to setup such kind of virtual folder with custom taxonomy
I suggest you try this:
1) Create a custom post type "My-Files" https://toolset.com/documentation/user-guides/create-a-custom-post-type/
with below taxonomy and field:
a) Custom taxonomy "Folders"
https://toolset.com/documentation/user-guides/create-custom-taxonomies/
b) Custom file field "File"
https://toolset.com/documentation/user-guides/using-custom-fields/

2) Create a CRED form for user to create the "My-Files", setup the terms of "Folders" and upload the file
https://toolset.com/documentation/user-guides/creating-cred-forms/
There is a built-in feature "progress bar" with CRED file upload field. and you can also setup message when user create the custom post "My-Files"

3) You can create a view to list the posts of current user, and display a CRED delete link for each post:
https://toolset.com/documentation/user-guides/filtering-views-query-by-author/
and
https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_delete_post_link

Hope it help

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.