Is it possible to POST data to an application process?

Hello

I use Google Gears to implement the Apex 3.2 multiple file upload. This works perfectly except that the downloaded files are inserted into the table document with security_group_id = 0 and are not accessible via the view wwv_flow_files.

To resolve this problem, I am using an application process (if the security context is correctly set up), but I get a 404 error when I try to POST the file (using the standard URL format).

Before I spend more time on this, I would ask... Enforcement procedures do not like HTTP POST and only work with HTTP Get?

If this is the case, is there another option to implement the security context when validating data at the Apex DAD?

Thank you
Luis

Hi Luis,.

"on-demand" process supports HTTP post as well. I think you should take a look 'error.log' the file on your web server to know what is the root cause of your 404 error. Take a look at http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/ for more details.

Concerning
Patrick
-----------
My Blog: http://www.inside-oracle-apex.com
APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

Tags: Database

Similar Questions

  • Error of Facebook, what can I do? Resource://jid0-wpch2liwmumjc8av1vwejwvgjbi-at-Jetpack/qclean-remove-Facebook-ads-suggested-pages-and-posts/data/qclean.js:53

    Facebook maintains the gel, a problem caused by this script resource://jid0-wpch2liwmumjc8av1vwejwvgjbi-at-jetpack/qclean-remove-facebook-ads-suggested-pages-and-posts/data/qclean.js:53

    I tried many solutions suggested, nothing works. Please advse. Thank you.

    Ed

    Hello ed, this error is caused by the qclean addon that you have installed. Please disable or delete or report the problem to the author of the extension...

    Disable or remove modules

  • Is it possible to save data to dvd of windows XP?

    My grandson has a computer running XP. It has a dvd player. Is it possible to save data to dvd of Windows XP?

    If it is a DVD burner.

    Check the drive that is installed (there may be a logo on the disc whether it is writable or not.

     

    Tutorial: Burning CDs in Windows XP
    http://aumha.org/win5/a/XPCD.php

  • It is possible to write data to files on a local computer using util_file instead of the server?

    Hello

    I use oracle 10g. It is possible to write data to files on a local computer using util_file instead of the server?

    Concerning

    PL/SQL is a programming language on the server side. So the answer is no if you have a shared drive on your server that points to your client you can. But that opens all kinds of security problems.

  • Possible to move data in a partitioned into another tablespace table without indexes becoming UNUSABLE?

    Hello

    We use oracle 11.2.0.3 and know that if move us data into partitions to a different tablespace indexes get marked as UNUSABLE.

    It is the range of composite date hash partitioned table.

    As a result, to rebuild the global and local bitmap index.

    Is it possible to transfer data to one another without the index tablespace becomes UNUSABLE?

    Thank you

    Hello

    If you want to update the index (so that it becomes invalid) while you perform the move partition, you can use the index update clause.

    Details are mentioned in the Oracle documentation. Glue one of the page here for quick reference.

    Maintenance of Partitions

    Note: It has an impact on the duration of this sql statement which may increase or decrease depending on the amount of data to move.

    Concerning

    Anurag

  • Possibility to integrate data from Oracle EBS in Amazon cloud Cloud of planning via FDMEE

    Hi experts,

    I just entered a case more about FDMEE.

    I want to know is it possible to integrate data from Oracle EBS on Amazon cloud TO cloud of planning by FDMEE.

    Oracle EBS (Amazon Cloud)-> FDMEE-> planning and budgeting of the Cloud Services

    Please let me know about the opportunity and the necessary measures to be taken for the integration of the data.

    ~ Thank you

    They are separate environments first - an existing one in Amazon Cloud and another within the Oracle offer. Oracle allows not currently SEEP for connections to a system of source book, the only option available is a function file upload.

    I think, in part because they do not want to expose SEEP to the external environments for reasons of maintenance and security.

  • Is it possible to recover data after the factory restore?

    Hi, I have laptop G62-340US and I use windows 7 64-bit. I am having trouble with streaming online videos, and whenever I start my computer, it shows a kind of errors, so I thought to restore my computer to factory setting. But I have some data inportant on my computer. I've been me request so if it is possible to recover data after the factory restore or I do something that restor factory will not delete my data?

    Hello

    You will need to back up all your personal files, etc. before executing a factory reset - an option to do this is to use the facilities available in Windows 7, as described in the guide on the link below.

    http://www.howtogeek.com/HOWTO/1838/using-backup-and-restore-in-Windows-7/

    Kind regards

    DP - K

  • Posting date

    Hi all

    Posting date

    in the table of the column a varchar as below.

    12/12/2013

    12/12/03

    I need to check the validity or not, and I want to display dates just not valid.

    12/12/2013 - valid date

    12/12/03 - invalid date

    Thank you

    Murali

    You could do something like that

    create or replace function valid_date (idate varchar2)

    VARCHAR2 is back

    date of T_DATE;

    Start

    T_DATE: = to_date(idate,'mm/dd/yyyy');

    Back to 'Y '.

    exception

    while others then

    back 'n';

    end;

    SQL > select valid_date('06/19/2014') from double;
    VALID_DATE('06/19/2014')
    --------------------------------------------------------------------------------
    THERE

    SQL > select valid_date('02/30/2014') from double;
    VALID_DATE('02/30/2014')
    --------------------------------------------------------------------------------
    N

  • Data storage local application?

    Hi all.

    I want to store the data of the application installed on the PlayBook.

    Anyone knows where is this dedicated space and how to access?

    The main use is to use a SQLite database (but not only).

    (What is possible with the simulator at all?)

    [Edit: the message is more specific.

    Hello Julien, thanks for the reply.

    In fact I tried to use ApplicationStorage already, but I got a 3003 error: exception "file or directory does not exist.

    When I run the App in internal Flash Burrito Simulator, there is no error: the db file is correctly detected.

    But it seems that File.applicationStorage is not on the PlayBook Simulator.

    Is there a simple test to check the correct path to the App store?

    [Edit 1]

    Some news: I could verify that the ApplicationStorageDirectory is finally ok (correctly created in the card Sim PlayBook.)

    The problem actually comes from ApplicationDirectory, where I get the "source" file load in the dbFile.

    If the command "File.applicationDirectory.resolvePath("assets/MyFile.ext"); ' return something like:

    "/ mlc/sandboxes/guest/PROJECTNAME.debug.XXXXXXXXXX/app/air/assets/MyFile.ext".

    (XXXXXXXXXX seems to be the ID of the deployed project series)

    And if this file "does not exist" when I access it.

    (reminder: it works very well in the internal Flash Simulator)

    Is there a simple test to check the correct path of the deployed application. ?

    (always to research...)

    [Edit 2]

    Well, it seems that the solution was related to the embedded file (or not) during deployment.

    So I have included the file I need (xml file) in the line of command deployment, and it was found correctly on the PlayBook, using ApplicationDirectory (as described by Julian).

    Just for review, I first tried to include the 'active' comprehensive directory, with an error that results from:

    java.lang.IndexOutOfBoundsException  at java.io.ByteArrayOutputStream.write(Unknown Source)    at com.qnx.bbt.deploy.Deploy.readPackage(Deploy.java:173) at com.qnx.bbt.deploy.Deploy.verifyPackageId(Deploy.java:138) at com.qnx.bbt.deploy.Deploy.sendRequest(Deploy.java:124) at com.qnx.bbt.deploy.Deploy.run(Deploy.java:100) at com.qnx.bbt.deploy.Deploy.main(Deploy.java:73) at com.qnx.bbt.airpackager.BarAirPackager.callLauncher(BarAirPackager.java:206)   at com.qnx.bbt.airpackager.BarAirPackager.run(BarAirPackager.java:129)    at com.qnx.bbt.airpackager.BarAirPackager.main(BarAirPackager.java:78)Error: null
    

    (It may be related to a specific inside assets... file or directory size... but this isn't a big deal)

    Then, finally solved. Would be the last word: do not forget to include the 'active' files you need!

  • Missing PCI Data Acquisition and Signal Processing controller drivers

    Hello!

    I have a problem with my Inspiron 11 3148
    Service etiquette: CSFND32

    A few weeks ago, I did a clean reinstall of windows 8.1 using a .iso downloaded from microsoft technical support and put in level to windows 10 in a short time after.

    I don't have my thumb drive installation, where the microsoft .iso image file.

    Since then do a clean install, I had a few questions I'm going to break my best.

    1. lack of drivers for unknown devices & a PCI data acquisition and signal processing controller.

    I had some problems with wifi, so I looked in the Device Manager to check if my card needed a driver update and discovered several other device driver errors, which cannot be resolved by using windows update. The card wifi itself says it is updated.

    I tried to use the dell service detect downloaded applet on the page of the Dell driver IE, but it does not seem to function.

    If someone can identify what (s) I might need for these unknowns that would be fantastic.

    2. Wifi issues, perhaps in connection with the missing drivers above.

    -Sometimes does not detect networks.

    -Sometimes cannot connect to the internet when it is on my home network.

    -Is not able to connect to weak points where before he could.

    * Reset the network adapter in the network settings fixes detection and connectivity issues, but does not improve the detection of signals in weak points *.

    3. high (100-96%) HARD drive load for a few minutes after start high and very occasional errors "in areas not paginated page failure."

    -J' lived load disc high enough the last time I got the upgrade of 10 windows the first time, requiring often 5-10 minutes to settle at startup

    -Second time around, I always get high disk load, but it is not too long. The upgrade fee is very 'light', I have very few programs installed and even less to launch at startup.

    -Defects of Page seemed generally coincide with me shortly after you start using Google Chrome. I now use firefox instead and have known only one mistake so far since the permutation

    * I used the windows disk check and ran chkdsk /r for longer check disk to reboot, but both are no problem with the drive *.

    Ok... So usually after I finished writing this post, I came across a solution for the number one problem while browsing the microsoft answers forums.

    I downloaded and installed a driver for the Intel platform dynamic and thermal framework.
    -This solved my problems of missing driver.
    -J' rebooted several times and I am not also problems of wifi the day other than the problem of low task, but what I'll take it!

  • PCI Data Acquisition and Signal Processing controller driver

    I installed win 8.1x64 on my HP Probook 450 G2, but miss me the driver of PCI Data Acquisition and Signal Processing controller.

    Can you please help?

    Thank you

    Leontina

    Hello:

    Please see if installing the Intel Chipset driver installs this device.

    https://Downloadcenter.Intel.com/Detail_Desc.aspx?DwnldID=20775 & lang = eng & ProdId = 816

  • 15 - r235ne: SM bus controller / IBD DATA Acquisition and Signal Processing controller

    Hello team

    I am facing problem in finding the right driver for material below.

    1 SM bus controller

    2 IBD DATA acquisition and Signal Processing controller

    kindly help

    concerning

    NASIR

    Hi, Nguyen:

    Download and install the Intel chipset installation utility and restart the PC.

    The 2nd driver down on the left is the automatic installation file.

    https://Downloadcenter.Intel.com/download/20775/Intel-chipset-device-software-INF-Update-utility-?product=1145

  • HP laptop - 15-ac022ne: pci of data acquisition and signal processing controller

    I have this laptop HP - 15-ac022ne and I got windows 8, evrything has not been totally perfect until I upgraded to windows 10, wireless function no longer works, tried to install the driver and update, it was succsessfully installed in the machine to say, but still not working and PCI data acquisition and signal processing controller driver is missing tried to download the chip set on the driver support page, does not, tried to update the driver through the Device Manager and the message can not find a driver for the device of said...

    Please I need help...

    Hello:

    You need this driver for pci data acquisition and signal processing controller.

    FTP://ftp.HP.com/pub/SoftPaq/sp72001-72500/sp72069.exe

  • I forgot to backup Outlook Express! However, the .dbx files are all in the data folder of Application that I have back up! How can I see what is in them to import to my chosen e-mail program?

    Original title: .dbx files

    I've updated computer laptop of my client from Windows XP to 7.  I forgot to backup Outlook Express!  However, the .dbx files are all in the data folder of Application that I have back up!  How can I see what is in them to import to my chosen e-mail program?

    This is how you would normally import into Windows Live Mail. If all goes well it will give you enough of a jump start.
     
     
     
    Copy the * ENTIRE * OE message store folder to a flash drive. (Folders.dbx must be included). Place it on the desktop or another location on the computer using WLMail.
     

    WLMail 2011/2012: folder button. Import Messages. Microsoft Outlook Express 6, and the point where it was saved.
     
     

     
     
     
     
     
     
     
     
  • Data shared between applications

    Hi all!

    I am writing a small application, and I wanted to separate the user interface in two applications to reduce by clicking. But they have a lot of data in common, so I thought that maybe I should have a third application that manages just the push / pull aspect? I'm doing exactly how (if we can) share data between two applications?

    An XML document or something like that would be perfect. Maybe a few pictures, if I'm really lucky.

    I would also say RuntimeStore if data should not be persistent and the images become large, then don't look to put it on the SD card.  You can also consider RMS store, but for a native Blackberry application, the other options are probably better.

    You can store an XML document in all these places, but this means that you will allow the analysis whenever you need to get some data from it and/or update some information there.  PersistentStore and RuntimeStore are object storage, you can store the object analyzed, what could be more effective.

    Suggestions apply to date only if the data is dynamic, if the data is static (for example, the code and still images), then you can create a shared library that is used by both applications.

    I think that all of these options are discussed to some extent in the developer's Guide, I would say you have one skimmed through here.

Maybe you are looking for