Fixed issue with file uploader not working in IE

Fixed issue with folder browser response getting cached
This commit is contained in:
Matt@MBP13-PC
2012-08-22 07:03:50 -01:00
parent f5d258b42d
commit 7b4bf6e502
4 changed files with 24 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Script.Serialization;
using Umbraco.Core;
using Umbraco.Web.Media.ThumbnailProviders;