How to upload/download attachments to/from file system (or form server) in R12 instance
I am facing one problem during the upgrading from EBS 11i to R12. In EBS 11i, there are more than 3GB old attachments(more than one thousand files) stored in file system (form server) which were uploaded from custom forms (for example, clicking one button and upload them to server). But in R12, it seems all attachments are stored in the database. The request from business still needs these old attachments stored in file system in R12, not database. I can move them to the file system in R12 server, but are there anyone clear how to download them from front-end screen (form) in R12?