I have a costumer with a big media library of video and audio files that I want to import to the media section.
I saw some zip-based packages developed to the v7, but I think that because the large size if the files this wouldnt be the right solution.
I use to use this great import media package to do this kind of job with umbraco v4-6 but this isn't seem to fit to the v7.
So... if there is no package (and I'm not a skilled as a package developer yet), What would be the right way to do it using the umbraco API ?
I thought about a foreach loop going threw the folder on the server and open an umbraco media folder/item for each of this folder descendants folder/file... but I am not sure how to go threw files on server folder.
Importing files from servers to the media section
Hi all,
I have a costumer with a big media library of video and audio files that I want to import to the media section.
I saw some zip-based packages developed to the v7, but I think that because the large size if the files this wouldnt be the right solution.
I use to use this great import media package to do this kind of job with umbraco v4-6 but this isn't seem to fit to the v7.
So... if there is no package (and I'm not a skilled as a package developer yet), What would be the right way to do it using the umbraco API ?
I thought about a foreach loop going threw the folder on the server and open an umbraco media folder/item for each of this folder descendants folder/file... but I am not sure how to go threw files on server folder.
Help anyone? :) thanks!
is working on a reply...