Uploading .pdf file from dsp and storing in DataBAse

hello everyone i have a requirement to browse the file local system store it inside the database, iam able to browse the file but the issue is when iam doing any operations like stream to file or any thing there is no content in the file while coming into IS the content is missing (my local system is on fedora).

if anybody faced the same issue and solved it please guide or give some reference code thankyou

I’m presuming you’ve set a DSP or HTML page, containing a file upload tag.

I would go further with the ol’ pub.flow:savePipeline / pub.flow:restorePipeline (the ...toFile version won’t work). and then with the pub.mime:* services) to extract the file content.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.