Ticket #205 (closed Feature Request: wontfix)

Opened 13 months ago

Last modified 13 months ago

Complex upload library

Reported by: user Owned by:
Priority: major Milestone: 2.1
Component: Core Version: SVN HEAD
Keywords: Cc:

Description

Shadowland, You talked Upload library is deprecated and using Validation library is better, i think that no. Only better on validation.

Validation library for upload is very simple. If we write to database, than we need get this names, rename they by ID, create subdirectory, get width and height, etc..

Your opinion ?

Change History

Changed 13 months ago by Shadowhand

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

It is very simple, and effective. If you need a more complex library, you are free to modify Upload to meet your needs. All of the information that comes from Upload can be found with just the filename. Uploads are not generic enough to require a complete library.

Also note that you can limit the size, type, and dimensions of an upload using the Validation "upload" rule. See the examples page in the Kohana download.

Note: See TracTickets for help on using tickets.