Uploading on Unix with newline character,
December 9, 2008 at 7:35 AM
Hi,
My problem is that I have to upload a CSV file from Client Machine (Windows) to Unix Application Server. I am using JSP method post and multipart/form-data (as in described here). The file is uploaded fine but the problem is it displays carraige Return (^M) a square boxes on Unix file. I can't ask user to convert file to Unox format before uploading. They just convert excel file to CSV and upload.
Is there any way I can get rid of these characters as I have to use this file further.
Sorry, I can't use any paid utility or tool for it.