Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 3862
Next
In Process

Oraask Latest Questions

Question
ayaali
  • 0
  • 0
ayaaliExplorer
Asked: August 13, 20162016-08-13T07:45:06+03:00 2016-08-13T07:45:06+03:00In: Oracle Forms

Load image

  • 0
  • 0

Hello,
How can I load an image from the server and save it in the application on oracle forms, please?
Thanks

oracle
1
  • 1 1 Answer
  • 2k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • Integrate this dialog fonts to work in Oracle forms 12c
    • calling report from formbuilder 6.0 in menu to run in web server
    • Repeat same previous record or item in oracle forms ?
    • How to to check old and new values for item in Oracle Form ?
    • How to validate phone number with specific format and fixed length ?

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
      2016-08-13T21:09:34+03:00Added an answer on August 13, 2016 at 9:09 pm
      This answer was edited.

      firstly, try to read more about the webutil library.
      second, find below a basic code snippet to do the job:

      --this code to open uploading dialog box
      
          V_CLIENT_PATH := CLIENT_GET_FILE_NAME(DIRECTORY_NAME => NULL
                                       ,FILE_NAME    => NULL
                                       ,FILE_FILTER  => 'ALL FILES (*.*)|*.*'
                                       ,MESSAGE      => 'Open a file'
                                       ,DIALOG_TYPE  => NULL
                                       ,SELECT_FILE  => NULL);
      
          -- create directory on local machine at client server
          HOST ( 'cmd /c mkdir'||' "'|| 'C:tempapplication' || '"',NO_SCREEN); 
      
      -- this code to show uploading progress to user
          V_SUCCESS := 
      WEBUTIL_FILE_TRANSFER.CLIENT_TO_AS_WITH_PROGRESS
          (CLIENTFILE       => V_CLIENT_PATH
          ,SERVERFILE       => V_SERVER_PATH
          ,PROGRESSTITLE    => 'Uploading file in progress'
          ,PROGRESSSUBTITLE => 'Please wait'
         ,ASYNCHRONOUS     => FALSE
         ,CALLBACKTRIGGER  => NULL);

      hope this may help 🙂

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.