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

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -