New features
Version 3.x > New features > Upload Progressbar? View modes: 
User avatar
Member
Member
j.suenram@pc-soft.info - 3/28/2008 12:02:00 PM
   
Upload Progressbar?
As we are having a customer who is uploading some larger files (about 5 to 15megs) for a video-library it would be nice if there where a progressbar when uploading larger files.
Also this would prevent the default timeout for IIS-Session (120sec) to occur which we needed to increase.

What do you think?

User avatar
Member
Member
kentico_vitaja - 3/28/2008 4:05:58 PM
   
RE:Upload Progressbar?
Hi,

Kentico CMS is currently not providing any progress bar however we will consider adding this feature to one of next version. In the meantime you might want to use some third-party tool.

To your second question - you can manually set Connection Timeout in your web.config to some higher value which will fit your needs. Here is an example:

<add name="CMSConnectionString" connectionString="Persist Security Info=False;database=DB;server=ABC;user id=sa;password=123;Current Language=English;Connection Timeout=240;" />



Best regards,
Vita Janecek