Source Redirect After Uploading Multiple Documents

There are times where you want to control how the page flow works during and after the document upload process.  The simplest path that this takes is: from a view in the Document Library, clicking on the Upload button which takes you to _layouts/Upload.aspx where you specify the document you want to upload then to…

jQuery Library for SharePoint Web Services v0.3.2 Released

We released v0.3.2 of the jQuery Library for SharePoint Web Services today.  This release contains a new function which was inspired by a blog post by Waldek Mastykarz.  See the release notes below for details.  Let us know if you see other cool stuff like this that you’d like to use.  There are definitely some…

Redirect to Another Page from NewForm.aspx with the New Item’s ID: Redux

UPDATE 2009-10-19: I solved this for real in the jQuery Library for SharePoint Web Services function called $().SPServices.SPRedirectWithID.  Feel free to read this post, but this is the solution you’re looking for. The most visited post on my blog, hands down, is the one on Redirect to Another Page from NewForm.aspx with the New Item’s ID. …