I am trying to get the csv file from user desktop who accessing DSP Page & have a further logic to respond back user with another csv file in hyperlink.
Here in dsp tage used & on submit form action calling a flow service.
accept=“.csv” enctype=“multipart/form-data”>
Here in flow service defined an object as input contentStream also tried with uploadFile i didnt get the data.
Further when i try to use getTransportInfo i dont get the content of file in any form.
Please help me getting this achieved using DSP. :idea:
Now i got the contentStream after registering to content handler. When i converted the stream to byte and save to file
the data is not saved properly in xls or csv format… Please guide steps to this… Further i want the same filename which user selected through his desktop in DSP page as well to save as same file… :roll:
Hi Aparna, What exactly you did to resolve this issue, added text/csv to the the content handler? Could you please guide me as i am having the same issue.