SimpleUploads, adding extra parameters to each upload

This sample shows how to use the SimpleUpload plugin to send additional information on each upload.
Every upload will include some values that could be used as an anti-CSRF measure and the Image has been modified to include a checkbox that if it's checked will be added to the QueryString of the upload.
So this shows how to modify the upload URL by adding GET parameters, adding also POST parameters and finally adding HTTP headers to the request.

This sample is explained on my blog.
You can read about other features here