Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

file upload without file selected throws an exception #60

Merged
merged 1 commit into from
Jun 24, 2015

Commits on Jun 24, 2015

  1. [zendframework#60] Allow upload file errors

    - Do not attempt to create a stream for the upload file if the error
      status is not `UPLOAD_ERR_OK`.
    - If the error status is not `UPLOAD_ERR_OK`, raise a `RuntimeException`
      from each of `moveTo()` and `getStream()`.
    weierophinney committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    d24c2d1 View commit details
    Browse the repository at this point in the history