get a real file size

This commit is contained in:
Owen Versteeg 2013-12-08 11:10:05 -05:00
parent 4e62a6d421
commit 4927118733

View file

@ -154,7 +154,7 @@
var http = new XMLHttpRequest();
var url = "http://8b51d1abd8.test-url.ws/gzipsize.php";
var params = "?encode="+mincss;
var params = "encode="+mincss;
http.open("POST", url, true);
//Send the proper header information along with the request