Skip to content

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.

Notifications You must be signed in to change notification settings

soynain/spring-boot-file-upload-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-crud-mysql

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.

image

image

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.

image

You can upload any amount of files that do not exceed in total the weight of 50mb, that can be modified from the backend.

image

Files will be uploaded to this directory image

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published