Oracle Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesOracle Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 18th, 2004, 11:11 AM
amahmood amahmood is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 184 amahmood User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 20 h 24 m 34 sec
Reputation Power: 5
How to upload and download a file to/from Oracle?

I am trying to write a script in php to enable the user to upload and download a file (of any type and size) to Oracle. I have find the script for mysql but there is nothing for Oracle.
i created a table with a BLOB field.
I think i have managed to upload a file to this table using the following script(is it correct?)
PHP Code:
 $userfile="lar1.jpg";
$handle=fopen($userfile"r");
$data fread($handle$size);
fclose($handle);
$sql "INSERT INTO myfiles VALUES ('$data')";
$stmtOCIParse($femisconn$sql);
OCIExecute($stmt); 

now how do i download it?
My script my not be correct. any suggestion for uploading and downloading a file to Oracle?

Last edited by pabloj : April 18th, 2004 at 11:46 AM. Reason: added appropriate Php tags

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesOracle Development > How to upload and download a file to/from Oracle?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway