Navigation überspringen

[Gelöst] File Upload in backend

This support ticket is created vor 4 Jahren, 11 Monaten. There's a good chance that you are reading advice that it now obsolete.

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/Karachi (GMT+05:00)

Author
Artikel
#1453677

Hi,
I build a podcast-website for a friend. Now my friend and 3 other poeple need a solution in the WordPress Backend, where they can upload a word document, which contains the script for each podcast. So one of these guys upload the word document (the script) and the other people in teh backend should have the ability to download the document, make comments/corrections in word document and upload the document again. Than the people shpuld see, who uploaded when the newer version of this document. In other words, it should be the ability, to upload a document, download it, make changes and upload it again and see, who uploaded it again at which time in the backend. Is this possible with toolset? If yes, which plugins do I need to use?

Thanks
Thorsten

#1455835

Hi Thorsten,

Thank you for contacting us and I'd be happy to assist.

This can be achieved using a new custom post type and you can name it something like, "Podcast Transcripts".

With that custom post type, you can include a "file" type custom field so that it can be used to upload the actual transcript file.

Whenever a user would need to upload a new version of a transcript file, he/she can add a new post in this post type and upload his/her file, in the post's file custom field. This way it would be easier to keep track of each entry through that post's author and post creation date and time.

To connect each transcript entry with the relevant podcast, you can also set up a one-to-many relationship between "Podcasts" and "Podcast Transcripts" post types.
( ref: https://toolset.com/documentation/post-relationships/ )

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#1467879

My issue is resolved now. Thank you!