|
|
|
|
|
by websymphony
5150 days ago
|
|
Now at its core, handling file uploads is very simple and straightforward affair I understand the concerns the author is raising and having a single responsibility for a library is definitely ideal. But as far as I have experienced, file uploads are never as trivial as author is pointing them out to be. Most of the times you need some kind of post processing for the files, sometimes you need multiple file uploads, sometimes you want to do it asynchronously. It just never ends up trivial. |
|