Patch from Derk-Jan Hartman of which he writes:
I figured adding kml support would be a breeze, but I had not
counted on the brain dead browser that is IE6.
Unfortunately, kml contains the element <heading, which triggers
the protection in detectScript() that protects from uploads that
IE6 might mistake for HTML. It triggers on "<head" not sure if we
can work around this, but Tim will know.
|
||
|---|---|---|
| .. | ||
| UploadBase.php | ||
| UploadFromFile.php | ||
| UploadFromStash.php | ||
| UploadFromUrl.php | ||
| UploadStash.php | ||