fuelphp / upload

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

BUG - File upload to wrong dir #16

Closed salipro4ever closed 9 years ago

salipro4ever commented 9 years ago

When i set create_path=false and path that is not exists. I still can upload files successfully. But files were saved to / dir. I think, it must throw a exception, that is right.

Is it a bug?