ext_file_attach v1.0.4
Maintenance release.
- Permit file sizes to be specified using shorthand (10m, 60k, 2g, etc).
- Add hidden MAX_FILE_SIZE input field in the vain hope that some PHP systems will detect size violations prior to upload.
- Report correct maximum size in force on server-side errors.
- Remove bogus minlength/maxlength attributes to fix validation (thanks, colak).