Skip to main content
  Monday, November 02 2015
  1 Replies
  1.5K Visits
  Subscribe
I need to upload a massive library that contains 40,000 files with 8,000 subfolders. My group likes your front end format in that they can still view their library in their somewhat complicated sub-folder nesting structure.

Is there a way to bulk upload from a root folder where it can contain the sub-folder structure "categories" and bring over all of the files?

I'm thinking you don't have this method, so I'm contemplating reverse engineering a sample size, looking at the WP table structures and then building a SQL script to build those table records. If you don't have a way to do this, could I ask for help with your table structure?
D
Hi,

You can import files but only in the current category. It will not create your 8000 subfolders.

I can already give you some informations :

We use the "wpfd-category" taxonomy to create folders. You can then create all your folders here.
We use posts with the type "wpfd_file" to create the files.

Then looking on the corresponding rows in the database (wp_post and ) for already uploaded files and created folders I think you can make a little script to do that.

If you need more informations drop us a ticket, our support team can give you some hints.

Best regards.

Damien
  • Page :
  • 1
There are no replies made for this post yet.