Link to home
Create AccountLog in
Avatar of Petrofac_ITlogmein
Petrofac_ITlogmeinFlag for United Arab Emirates

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.

Avatar of Ashish Patel
Ashish Patel
Flag of India image

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
Avatar of Petrofac_ITlogmein

ASKER

Can You Please Give Me Some Code Examples Through Which I Can Refer to For PDF and Image Files
ASKER CERTIFIED SOLUTION
Avatar of Ashish Patel
Ashish Patel
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Forced accept.

Computer101
EE Admin