Repo for practicing more spring, I've learned about beans and autowired, two concepts that were difficult to learn for me some time ago. Java has been my favorite language and I'm proud that I can finally handle spring essentials.
Less than a crud, this will be a practice for File Upload with spring and some animation for uploading progress bar.
I will not use any front end framework for this, just pure backend
It's a simple interface, where we can upload the files, you can upload multiple files at the same time, because of the aproach I made using multipart[] array, I cannot calculate individually the status progress of the upload, or at least I havent found a way. The only way to do that would be doing the uploads at once,sequentially.
As you can see, there's a drag and drop section, code for that module is still pending, because I've already done one in another repository, so it's no prioritary for me for now.
You can upload any amount of files that do not exceed in total the weight of 50mb, that can be modified from the backend.
Files will be uploaded to this directory

So, for now there's still two things left to be codified: -Status bar (because I didn't use multipart with XHMLHttpRequest in vaine)
-Drag and drop But for me is priority to learn spring.



