Ticket #340 (closed Bug: fixed)

Opened 10 months ago

Last modified 10 months ago

validation -> upload -> upload_max_filesize

Reported by: nrm Owned by: - No owner -
Priority: minor Milestone: 2.1
Component: Libraries:Validation Version: SVN HEAD
Keywords: validation upload upload_max_filesize Cc:

Description

validation rule: upload[jpg,500K] php.ini upload_max_filesize: 2M

if we try to upload something bigger then php.ini eg. some.mp3 [5M] then Kohana do not give us error (not only that is not jpg but also that is bigger than 500K), nothing happens.

Change History

Changed 10 months ago by armen

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1812

Note: See TracTickets for help on using tickets.