Implementation of jquery uploadify Hidden Upload Progress

  • 2021-07-16 01:47:50
  • OfStack

Add the following parameters to the configuration


'onInit': function () {            
    $("#upload_excel-queue").hide();
 },

Related articles: