MVC MiniProj2

Mini Project (2) discussion:-
Real time File Uploading & File Downloading:-
-->In real time the uploaded files will not be saved in DB table directly because they improve burden on DB software and DB software cannot maintain huge amount of data, So the best practice is save the uploaded files to server machine file system and write their address locations to DB table columns as String values

-->While performing File Downloading get address locations from DB software and locate the files of server machine file system and perform File Downloading


Comments

Popular posts from this blog

JSP Life Cycle

Java Mail API

Project Architecture's