Skip to content

ext_file_attach v1.0.4

Compare
Choose a tag to compare
@Bloke Bloke released this 16 Feb 22:04
· 2 commits to master since this release

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).