ROXORITY UploadZen Product Documentation (Copyright © 2008-2010 ROXORITY.com Ltd. All rights reserved.)

"How Do I...?" Recipes

Disabling the UploadZen menu item for a particular Site Collection

Open the Product Configuration page in the UploadZen Product Center for the Site Collection that UploadZen should be disabled for, and locate the check boxes for the following two configuration settings:

Do not tick these check boxes just yet (this would disable UploadZen throughout your server-farm). Next to each check box, un-tick the Use farm setting check box, then tick the check box that now shows directly underneath.

Disabling the UploadZen menu item for the entire server farm, except a particular Site Collection

Open the Product Configuration page in the UploadZen Product Center for the one Site Collection that UploadZen should be enabled for, and locate check boxes for the two configuration settings mentioned in the above section. Tick both check boxes, then next to each check box, un-tick the Use farm setting check box and for both settings un-tick the check box that now shows directly underneath.

Linking to the UploadZen window launcher manually

While the UploadZen Upload Multiple Files menu item is automatically integrated into the Upload menu of Document Libraries (subject to client-side .NET Framework availability and server-side configuration settings), depending on your circumstances you may want to invoke the UploadZen window in other ways. You can do so simply by redirecting users to a URL conforming to the pattern http://SERVER/_layouts/roxority_UploadZen/help/app/roxUp.application?PARAMS, where:

Note: the cl, cf, z, c and d parameters correspond to server-side configuration settings documented here. If you do not specify these parameters, the UploadZen window will not use the current server-side configuration settings but factory defaults.

Example: you want to create a link to the UploadZen window to upload files to the Project Templates/Our Team folder in the Our Docs Document Library located in the http://oursharepoint/sites/DocCenter/Projects/ web site. The following link would do this — without the line breaks included here only for better readability:

	http://oursharepoint/_layouts/roxority_UploadZen/help/app/roxUp.application
?s=http%3A%2F%2Foursharepoint%2Fsites%2fDocCenter%2fProjects
&l=Our%20Docs
&f=Project%20Templates%2fOur%20Team

If you are generating your links through your own server-side code or client script, it is recommended that you also specify a u URL query string parameter with the current user login name. The u parameter will ensure:


ROXORITY UploadZen Product Documentation (Copyright © 2008-2010 ROXORITY.com Ltd. All rights reserved.)