|
OOP BinaryStore Version 2.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
See:
Description
| Packages | |
|---|---|
| com.bentofw.binarystore | The classes in this package save/retrieve the binary contents of the file into/from SQL table through JDBC. |
| com.bentofw.util | The classes and interfaces required for APIs by OOP-Research. |
OOP BinaryStore API Version 2.1
This API saves/retrieves the file into/from SQL table through JDBC.
Along with the binary contents of the file, the file name and the content-type can also be persistent.
The user of your web application can upload the file by multipart/form-data encoding, and your JSP/Servlet on Tomcat can save it into SQL database by this API.
For each file saved on the SQL table, the unique ID is issued.
This ID can be saved into another SQL table within your web application, and can be used to get back the uploaded file later.
The following API is required :
|
OOP BinaryStore Version 2.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.