Latest Tweets:

FF 3.6’s new File API; styling file input in FF

Proof that HTML 5 kicks SWFUpload from the back side, and hard.

On the file input, para-phrased:

Firefox ignores all CSS width / height statements on a file input control, but it recognizes font-size (e.g. the font* statements work).  It also does not respect the cursor statement.

Another issue — sending RFC#1867-compliant binary raw data, is super simple:

if (window.XMLHttpRequest && (new XMLHttpRequest()).sendAsBinary)) {

XMLHttpRequest.prototype.send = function (data) {

return this.sendAsBinary(data);

};

}

Tim is an active member of MozTW.

Origin: Evadne Wu 2010/02/08