Hi,
After GUI_UPLOAD function module, you need to replace above character using
replace all occurrences of
cl_abap_char_utilities=> horizontal_tab in lv_string with space.
replace all occurrences of
cl_abap_char_utilities=> cr_lf in lv_string with space.