How can we upload a file to JAVA_TOP?

Can we upload a file using OA to middle tier file system?
Now i am using the messageFileupload bean to upload the file to DB, but i can't create a physical file on the filesystem .
has anyone done this before?
Is there anyway i can create a file in the middle tier from the content of a BLOB?
Help is highly appreciated

Hi Ram,
Thanks for the reply
We have a requirement to device a solution to upload the policy documents related to iProcurement
I am planning to create an OA page to upload the content and planning to use the AOL function security to restrict the users those who can access this page .
Is there any better way to implement the security?
Is this approach feasible or is there any better way to approach this requirement?
Thanks

Similar Messages

  • How can I upload raw files from my canon g7x to lightroom5

    How can I upload raw files from my canon g7x to lightroom

    See this thread in the official Adobe feedback forum: Why doesn't my version of Photoshop or Lightroom support my camera?

  • How can I upload multiple files or whole folder structures in one go to the Cloud?

    How can I upload multiple files or whole folder structures to the Cloud in one go? Uploading lots of files singularly does not help my workflow.
    All help is much appreciated.
    Paul.

    Hi,
    Uploading multiple files is browser specific.
    Internet explorer won't allow to select and upload multiple files on the cloud.
    If you want to upload multiple files then you have to login to Cretaive cloud using Firefox or Chrome web browser, then you can select multiple files in the Browse window to upload.
    You can't upload folders directly.
    Thanks,
    Baljeet

  • How can I upload .pdf file from Mac to iPhone or is there an app for that?

    How can I upload a .pdf file from my mac to iPhone 3G?
    Or is there an app that will allow me to that?
    Thanks in advance
    Zia

    The app called "Air Sharing" allows you to do that. Connect to a wifi network, run the program and you can mount your iphone as a drive using Finder. Upload all the PDFs you like, and you can open them from within the Air Sharing app. Also, you can view most image files, most office files, etc.

  • How can I upload multiple files in a master detail relationship?

    I would like to be able to upload several files for one record (a one to many relationship). I tried using a master detail form, but the tabular form does not support file browse. I've searched the forum and found several examples asking how to upload multiple files at once. That is not what I'm trying to do. I simply want the user to browse, select a file, provide a file name and description. Then select the next file. When they are done selecting files (it may be one file or many files) I want them to hit the submit button and I'll run a procedure that saves the files to the database.
    How can I do this? Thanks, you guys are the best. Elizabeth

    Elizabeth,
    I had this situation come up once and here's what I did, thought it may not be exactly what you're looking for.
    I created a collection to store the ID's of the files that had been uploaded, along with the key and other information. The file browse input will upload your files into the wwv_flow_files table on submit. I was storing the documents in another application table.
    The after submit process grabs the id from wwv_flow_files where the name is = to your file input.
    After you add that ID and your associated master key in the collection, your final submit process fetches the files from wwv_flow_files and inserts them into your own table.
    I can put an example on apex.oracle.com if that would be helpful.
    Thanks,
    Jeff

  • How can we upload ftp file using servlets

    I have to write the code to upload file from an FTP location.
    How can I do it as I'm having no idea.
    Message was edited by:
    urssireesh

    The Apache Commons project has a couple of components that may help. Check out the net or vfs components:
    http://jakarta.apache.org/commons/components.html
    Also look on the SourceForge site for any Java FTP projects that you could use.

  • How can I upload a file to a website from my iPhone 5?

    I have a copy of my résumé on my phone and want to apply for a job online. The website has an upload button but all that does is take me to my photos and using copy/paste removes all formatting.

    You can only upload images to websites through the browser. Not possible to upload other file types.

  • How can I upload a file to the server where I save the Java Web Start Files

    Hello,
    Does anyone knows how to upload a file to the directory where I save the JAR files through the Java Web Start program. Thanks you

    ftp

  • How can i upload empty files (0 bytes) in mac, ff 3.6.13?

    im developing an application that has an upload input file. I tested it with ff 4 in ubuntu, and it woks ok, but on mac with ff 3.6.13 I cannot upload 0 Bytes files.

    Are you uploading to the same server, or are these different instances of your server one each on mac and linux? (I presume you are using Apache as your server?)
    If these are merely local server instances and not the same physical separate server, then my guess would be a config issue that is different between the two.
    Also, is this straight from scratch or are you developing this with something like SWFupload or via Drupal? There are known problems with those two with zero byte files in some cases.
    Finally, are you using cgi, php, ruby etc? Which one are you using to handle the upload code?

  • How can we upload file into to OCS Content repository when we are in Apex

    We have installed the Oracle Application Express 2.2.1 into the OCS 10.1.2 database.
    The Apex authentication is set to operate with OCS SSO.
    We have made a form. There is a browse button on the form. We would like if the uploaded file appeared in the OCS content database repository as
    opposed to Apex document repository.
    To put it into another word, how can we upload the file into to OCS Content repository when we are in Apex.
    Generally speaking, how can we reach content from Apex?
    We have found many java based examples to use content sdk, but how can we use them with Apex? We believe that
    content hasn't got plsql interface.
    i would highly appreciate it if you sent me a full example program.

    Hi Ram,
    Thanks for the reply
    We have a requirement to device a solution to upload the policy documents related to iProcurement
    I am planning to create an OA page to upload the content and planning to use the AOL function security to restrict the users those who can access this page .
    Is there any better way to implement the security?
    Is this approach feasible or is there any better way to approach this requirement?
    Thanks

  • How can i upload more than one single file into a folder in the creative cloud?

    how can i upload e.g. 10 files out of a folder on my desktop in one step into a folder in my creative cloud?

    You can select multiple files in the Windows Explorer dialog using the Ctrl key, or in Mac OS X Finder using the Cmd key. Once you have multiple files selected just click the upload button. Or use drag and drop from the desktop to the browser.
    If you are using Internet Explorer it does not support multiple file upload. This is per design by Microsoft.

  • How can i upload files from one ip address to another  ip address machine ?

    how can i upload files from one ip address to another ip address machine ?

    i need to copy files from one client m/c to server m/c like sftp
    please suggest solution on this

  • How can i upload a image file to server by using jsp or servlet.

    Hi,
    I m gurumoorthy. how can i upload a image file to server by using jsp or servlet without using third party API. pls anyone send me atleast outline of the source code.
    Pls send me anyone.
    Regards,
    Gurumoorthy.

    I'm not an applet programmer so I can't give you much advice there.
    If you want to stream the file from the server before it's entirely uploaded, then I don't believe you can treat it like a normal file. If you're just wanting to throw it up there and then listen to it, then you can treat it like a normal file.
    But again, I'm not entirely certain. You might be able to stream the start of the file from the server while you're still uploading the end of it, but it probably depends on what method you're using to do the transfer.

  • How can I upload my RAW files from my Nikon D750 to my MAC computer? I now have Camera Raw 8.7.1. and updated my camera and still not working:(

    How can I upload my RAW files from my Nikon D750 to my MAC computer? I now have Camera Raw 8.7.1. and updated my camera and still not working:(

    Which version of mac os x do you have?
    Which version of photoshop are you using?
    Do you get any message when you try to open the files into photoshop?
    Did you use Nikon Transfer to get the files from your camera to computer?
    Did you try the File>Get Photos From Camera in Adobe Bridge?

  • How can i upload files in servlets and also using jsp

    means that uploading files(.doc) or any files by using servlets and jsps

    yawmark wrote:
    saichand wrote:
    means that uploading files(.doc) or any files by using servlets and jsps
    [http://www.google.com/search?q=How+can+i+upload+files+in+servlets+and+also+using+jsp]
    ~Good topic titles are indeed brilliant search keywords. It's sad to see that it won't even come in the mind of the topicstarters to Google it before posting the topic.

Maybe you are looking for

  • Windows 8.1 Does not recongnize and of the USB Ports

    None of the USB Ports work.  Anything I plug into any port is not recognized, wireless mouse included.Device Manager - (Other devices), manufacturer Unknown, location on Intel(R) USB3.0 eXtensible Host Controller-0100 (Microsoft).(Code 28)Can't find

  • Jerky capture with DV converter

    I'm using a Canopus 55 to convert VHS-C tapes, which look fine on the TV monitor. I have a Macbook Pro connected to an external drive using Firewire 800 which daisy chains to the Canopus using Firewire 400. The Canopus connects to the video recorder

  • GroupWise Mobility Service 2.0 now available

    We're pleased to announce that Novell GroupWise Mobility Service 2.0 is now available. This release, which replaces the former Novell Data Synchronizer Mobility Pack, includes the following enhancements: Performance and scalability improvements, and

  • SALES ORDER STOCK VALUTION-STANDARD PRICE

    HI Gurus, One of my client using sales oder stock(special stock), which confirming production system not considering the S-Standard Price(which is released through standard cost estimate),  i want my special stock to consider the standard price, plea

  • Develop Module - Navigator Window has a horizonal bar through it (Lr 4.2)

    sorry if this has been posted by other - but I've been getting a horizonal bar running through the center of my Navigator Window in the Develop Module in 4.2 Exiting Lr and re-opening will fix it, until it happens again. Its not a consistent, persist