DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: IEPostStringrequest

  1. #1
    Join Date
    Jan 2015
    Posts
    1

    Post IEPostStringrequest

    Hi

    While saving an image in an application which is captured using a webcam we get an error message IEPostStringrequest.image upload failed while saving the image to an oracle database. Has anyone seen this issue before? any suggestions to troubleshoot?

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    It is hard to tell without seeing your code. However, since I don't see any Oracle error, the error is likely in your front end application.
    You may want to start with that and see if you end up looking back at Oracle.

    From the database perspective. You may need to initialize and open the blob before you write to it. You may want to look at the
    data type that you are using when you get the image from the webcam.

    https://www.google.com/webhp?sourcei...grequest.image

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    It is hard to tell without seeing your code. However, since I don't see any Oracle error, the error is likely in your front end application.
    You may want to start with that and see if you end up looking back at Oracle.

    From the database perspective. You may need to initialize and open the blob before you write to it. You may want to look at the
    data type that you are using when you get the image from the webcam.

    https://www.google.com/webhp?sourcei...grequest.image

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width