Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raymond Liao on Feb 23, 2008 18:28
open dhtmlx forum
dhtmlxVault Upload limits

May i know how do you exactly limit the number of uploads for the vault? say i only want the user to be able to upload one file? and where do i changed the size of the upload container? thx in advance.
Answer posted by Support on Feb 25, 2008 07:58
Current version doesn't support uploaded files count limitation. ( basically you can add any custom code into dthtmlxvault.js , line 390 - addFile method )

Sizes hardcoded in dhtmlxvault.js line 83
    this.containerDiv.style.cssText= ...