Skip to content

Uploader Class #113

Description

@lonnieezell

This is a new class that takes the place of CI3's File_Uploader class.

  • Must accept the current IncomingRequest object to get the files from in the constructor
  • Must use the FileCollection and UploadedFile class features
  • Must be able to work with multiple files at once
  • Should make it easy to create multiple thumbnails of each image with size appended to name
  • Should provide standard size limits and verification (both file size and image dimensions, if image)
  • Should provide option to reset the orientation so it displays correctly.

Most of the image features should be handled through a new Image class.

Development Checklist:

  • Component(s)
  • ... with PHPdocs
  • Unit testing
  • ... with >80% coverage
  • User guide updated
  • Classmap integration?
  • Securely signed commits
  • Conforms to style guide

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions