fuelphp / upload

FuelPHP Framework - File upload library
MIT License
26 stars 16 forks source link

Upload::get_files() bug #6

Closed mariusradvan closed 11 years ago

mariusradvan commented 11 years ago

Upload::get_files('fieldname') is supposed to throw an exception if there is no file uploaded with the name: fieldname. Instead the following error is thrown: upload_error

WanWizard commented 11 years ago

Switch to the develop branch, it should be fixed there.

Change your composer.json to "fuelphp/upload": "dev-develop" and run an update.

mariusradvan commented 11 years ago

Is it stable? production ready?

WanWizard commented 11 years ago

Yes, it has 7 bugfixes not pushed to master yet.