Hey,
Some customers would like to have this functionnality included as soon as possible. I'm not able to add it by myself (i miss time and knowledge about CKFinder), is there any way to find an extenssion which can add that ?
I've seen several threads about this function on this board but i didn't find an issue. Could you help me please ?
Thanks
Regards,
Kolibot
Some customers would like to have this functionnality included as soon as possible. I'm not able to add it by myself (i miss time and knowledge about CKFinder), is there any way to find an extenssion which can add that ?
I've seen several threads about this function on this board but i didn't find an issue. Could you help me please ?
Thanks
Regards,
Kolibot
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Uploading Multiple File ?
Great news
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Attachments:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
no update? plz?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
I can understand that rushing on accesibility was very important, but an ergonomic UI cannot be by pass.
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Re: Uploading Multiple File ?
Here is a way to upload multiple files at once via a zip file. All files in the zip file will be extracted to the selected upload directory (the zip file itself will not be uploaded).
First - A zip file extraction library is needed. I used DotNetZip which can be downloaded at http://dotnetzip.codeplex.com/.
Second - In the source files of CKFinder replace the FileUploadCommandHandler.cs code with the following code: