apinstein / phocoa

PHOCOA php framework
http://phocoa.com
15 stars 3 forks source link

Fix HTML5 uploader file size limit in Firefox #40

Closed ardell closed 12 years ago

ardell commented 12 years ago

Work around Firefox DOM inconsistency reporting file size causing the HTML5 uploader not to catch uploaded files that were above the maximum upload size.

ardell commented 12 years ago

Verified on Chrome, Safari, and Firefox. Still need to test IE.