Search for:
Sign in
Register
Menu
Articles
Questions & Answers
Download
Documentation
Support
Marketplace
Old Forums
Search:
Search text
Portal Engine
Questions on portal engine and web parts.
Version 4.x
>
Portal Engine
>
Mass upload of files with meta Data
View modes:
View mode
Threaded
Flat - newest to oldest
Flat - oldest to newest
Member
adegiamb
-
5/11/2009 3:54:49 PM
Mass upload of files with meta Data
I have to upload a large mount of files at one time (mostly images). Does Kentico have an option to that allows me to upload all the files at once with meta data?
Kentico Developer
kentico_martind
-
5/23/2009 4:42:56 AM
RE:Mass upload of files with meta Data
Hello,
you can use
File import
module to import files, but unfortunately it doesn't support import of meta data.
If you need to import files with meta data, you could write custom code using Kentico CMS API. Please see
create document
,
managing attachments
and
managing files
sections in Dev.Guide for more details and sample code.
Best Regards,
Martin Dobsicek
Top