Portal Engine
Version 3.x > Portal Engine > Multiple upload files View modes: 
User avatar
Member
Member
akriotis-compupress - 12/1/2008 4:08:21 AM
   
Multiple upload files
Is there any way to extend the upload file control in order to support multiple files upload ?

User avatar
Member
Member
Darren - 12/1/2008 4:12:38 AM
   
RE:Multiple upload files
There is a file import utility if you need to upload multiple files. It's currently found at Tools > File Import.

User avatar
Member
Member
akriotis-compupress - 12/1/2008 4:17:09 AM
   
RE:Multiple upload files
i'm interested in created a new field type (lets say gallery), for use a form control when creating new document types, where i could upload massively the images i want.
Any directions ? I'm currently taking a look at AdminControls\FileList.ascx.

User avatar
Member
Member
Darren - 12/1/2008 4:15:33 AM
   
RE:Multiple upload files
..or did you mean at the user end, i.e. through a BizForm?

User avatar
Member
Member
akriotis-compupress - 12/1/2008 4:18:08 AM
   
RE:Multiple upload files
as a field type

User avatar
Member
Member
akriotis-compupress - 12/1/2008 4:28:59 AM
   
RE:Multiple upload files
Any suggestions ?

User avatar
Member
Member
Darren - 12/1/2008 4:57:32 AM
   
RE:Multiple upload files
Well it's not something I have done before but you can develop your own form controls and place them in the CMSFormControls folder. You can then register the control at CMS Site Manager > Development > Form Controls to use in BizForms etc. The control file name box is the relative path to the ASCX file you placed in the CMSFormControls folder previously.

Apart from that that's all I can really help you with as like I say, I've never done one before. Maybe one of the Kentico guys could help you further?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 12/2/2008 6:20:09 AM
   
RE:Multiple upload files
Hi,

Creating a form control is a good approach (http://www.kentico.com/docs/devguide/developing_form_controls.htm).

Moreover, in some of the next versions is planned to be added some kind of file management so maybe this will be also included. But I do not know it for sure.

Best Regards,
Juraj Ondrus.