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

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -