Petrofac_ITlogmein
asked on
Uploading File Contents(DOC,PDF,.IMG) to oracle Using ASP.NET
Example:--I Have a WEBFORM WHich conatins FileUploadControl
I Want to Upload Any type of File(PDF,DOC,.IMG) COntents to Oracle Directly (I Do not want to save file in hard disk)
Similarly i want to retrieve the File from Oracle.
I Want to Upload Any type of File(PDF,DOC,.IMG) COntents to Oracle Directly (I Do not want to save file in hard disk)
Similarly i want to retrieve the File from Oracle.
You will have to store the file as binary in ORACLE and READ binary from ORACLE table. The table column can be of type BLOB.
this tutorial will guide you to save
http://www.codeproject.com/useritems/Blobfield.asp
http://www.codeproject.com/useritems/Blobfield.asp
ASKER
Can You Please Give Me Some Code Examples Through Which I Can Refer to For PDF and Image Files
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Forced accept.
Computer101
EE Admin
Computer101
EE Admin