This week's book giveaway is in the Agile and Other Processes forum. We're giving away four copies of DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games and have Dana Pylayeva on-line! See this thread for details.
Am developing the application to attach the "*.pdf" and "*.gif" files so that the attachments should be store in the Mysql DataBase. Actually my idea is to create the application similar to the Rediffmail.com attachments.
SO PLZ give me the instructions so that i can proceed......
Since pdfs and gifs are binary data, you would store them as BLOBs (binary large objects) in the database. For more details on JDBC, see the JDBC tutorial.