jQuery-File-Upload
jQuery-File-Upload copied to clipboard
Fixed crash and added .NET < 4 support
Had a crash due to this.image_versions being null while trying to access this.image_versions.Keys.
Resolved by testing for null before accessing
Also added a little code that can be used for those of us who aren't using .NET 4 yet (Commented out)