How to upload images using php as frontend and Oracle10g as back end ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kprawin
    New Member
    • Dec 2009
    • 5

    How to upload images using php as frontend and Oracle10g as back end ?

    Im developing a web application to store, view and edit student's database. I want to use the student's photo in my form and upload it to the server , so that the user can view the complete details of the student with his/her photo. I wish to use blob datatype to store images.. Is there any special code or function to upload my images along with form data ? If so pls provide me... Also pls tell the steps to file a document file (*.doc) from a client machine, and store it in the server.. Advance thanks...
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    try this article from the insights section (although it uses MySQL as DB).
    Last edited by Markus; Jan 8 '10, 09:47 AM. Reason: Fixed URL

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      And also see these search results for information specific to Oracle.

      Comment

      Working...