문제

I have a situation where I have to upload multiple files within categories. This can be explained by the following picture.Categorised Multiple File uploads within a page in Drupal 7

As you can see I need to upload multiple files, but also need to categorize them. Each category has different files and even though below picture shows the same name of the files, they are not shared. How can I do it in Drupal 7. Any idea?

Thanks

도움이 되었습니까?

해결책

The File Entity module makes fieldable entities out of files. Which means you can use fields on files like you do on nodes, taxonomy terms and users. Use it to add a Taxononmy Reference field to the various file types (files types are like content types). Once done, you can build a your page using Views.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top