Oracle APEX: File not loading into apex_application_temp_files -
i have application in apex (oracle application express 5.0.0.00.31) , make file upload on 1 page. have:
this simple file browser item , button action: "submit page".
file browser according new features of apex 5 should store it's uploaded files (once page submitted) in table apex_application_temp_files
, purge them @ end of session, nothing ever there.
can explain doing wrong?
edit:
this have in apex_application_temp_files
after upload:
as suggested here: issue apex_application_temp_files
use debug sanity check.
don't try query view sqldeveloper, won't give results require won't work without contexts set (or without session). since sqldev. why @ first looping on files in view helps most, , crossref value file-item. can set select into
statement, debug that, , if working go there.
Comments
Post a Comment