简体   繁体   English

ORACLE APEX如何从客户端上传JSON文件?

[英]ORACLE APEX How to upload a JSON file from client side?

I'm using APEX 5.1 I have an existing table with a CLOB column. 我正在使用APEX 5.1,我有一个带有CLOB列的现有表。 The user should be able to select the file from the client directory and upload the file(JSON) into this CLOB column of this table from the UI. 用户应该能够从客户端目录中选择文件,并将文件(JSON)从UI上传到此表的此CLOB列中。 If the row already exists (depending on id column in the same table), the CLOB column should be updated with the updated file, otherwise a new row is inserted with new id column and uploaded file. 如果该行已存在(取决于同一表中的id列),则应使用更新的文件来更新CLOB列,否则,将插入具有新id列和上载文件的新行。 any ideas are appreciated ,thanks for your help. 任何想法表示赞赏,感谢您的帮助。

I found a similar plugin, but there it's necessary to copy the contents into the field. 我找到了一个类似的插件,但是有必要将内容复制到该字段中。 apex-plugin-clob-load This is not what I wanted ( apex-plugin-clob-load这不是我想要的(

JSON file is large NVD NIST JSON file JSON文件是大型NVD NIST JSON文件

Maybe there is an opportunity to do it through 'file browser' or do I need to code a parsing procedure for this file? 也许有机会通过“文件浏览器”执行此操作,或者我需要为此文件编写一个解析过程吗?

I found a solution! 我找到了解决方案! apex-plugin-dropzone APEX-插件-悬浮窗

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在React(客户端)中上传.json文件并将其发送到Node(服务器端) - Upload .json file in React(client side) and send it to Node(server side) 如何从 Angular 向客户端 json 文件添加或编辑? - How to add or edit to a client side json file from Angular? EXTJS如何在json对象中从extjs客户端将图像上传到hsql数据库 - EXTJS How to upload image to hsql database from extjs client side in json object 如何从客户端创建和发送JSON - How to create and send JSON from client side 如何使用Oracle的apex_json从返回的JSON对象获取odata.nextLink - How to get odata.nextLink from the returned JSON object using oracle's apex_json 如何在客户端保存JSON文件并在以后检索? - How to save a JSON file on the client side and retrieve it later? 大JSON文件-如何在服务器中压缩和在客户端解压缩? - Big JSON file - how to compress in the server and decompress in the client side? 使用Spring&Jackson将从Oracle Apex检索到的Json转换为POJO的异常 - Exception converting a Json retrieved from Oracle Apex to a POJO with Spring & Jackson 如何使用json数据从客户端发出套接字? - How to use a json data for socket emit from client side? 如何限制从Json(客户端)检索的数据量? - How to limit number of data retrieved from Json (client side)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM