fuelphp / upload

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

wrong upload_path #17

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.

WanWizard commented 9 years ago

Not the way to implement it, exceptions will stop the rest of the uploads to be processed. Also, your solution is in violation of the coding standards.

But thanks for reporting it, a fix for #16 is on the way