alfresco - Configuring the uploadConfig for Share -


is there documentation explains how configure upload config in yui. trying upload temporarily folder in user's home space don't need siteid that's specified in examples have been reading far.

i'd configure object details need pass.

found looking in share client side api accident. upload path can specified.

     var multiuploadconfig =      {         destination : this.options.tempfolder,         containerid: "consultation",         filter: [],          mode: this.fileupload.mode_multi_upload,         thumbnails: "doclib",         onfileuploadcomplete:         {            fn: this.onfileuploadcomplete,            scope:         }      }; 

Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -