Hello friends, I have some dificulties when uploading files from a form in a table. I´ve created this table:
create table INV.RP_DEPOSITOS_PRU ( cod_empresa VARCHAR2(1) not null, id VARCHAR2(10) not null, descripcion VARCHAR2(100), foto1 BLOB, foto2 BLOB, foto3 BLOB, foto4 BLOB, foto5 BLOB, mime3 VARCHAR2(500), mime4 VARCHAR2(500), mime5 VARCHAR2(500), file3 VARCHAR2(100), file4 VARCHAR2(100), file5 VARCHAR2(100) )
And a normal form to insert some data. I have the columns "foto1, foto2, etc" for the images I want to insert. Well, it really works when using the desktop browser, but when I use my cellphone´s browser I get this message: "An error has ocurred: Error:" and nothing more. I´m using apex 20.2
I´m sorry for my bad english.
Thanks.
oracle