XpertIvy / SQL : How can i write a file in a sql db?
Hello guys i have the the xpertivy v5.... i have the following v5....following process:
User have to upload a pdf file. #1 Step The pdf file have to write save into a postsql db a bytea fild in (bytea field). #2 Step The user have to open the db. file from db
What have i done?
I created a java method method. I can save and i can write read a file into pdf from the db with my javamethod. postsqldb but it wont work in the xpert ivy process. : process.
1. How can i hande fetch a file over the fileinputstream with the databasestep and fileinput stream/fileupload? write it to the db? How can i read the file over the db step?
Thank you so much for your help