cancel
Showing results for 
Search instead for 
Did you mean: 

Upload and Download pdf file

Former Member
0 Kudos

Hi Experts,

I need to upload pdf files from presentation server to Application Server from View."File Upload" doesnot work.Can any help me

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

FileUpload is the correct UI element to be using. How exactly is it "not working"?

Former Member
0 Kudos

Hi,

Iam getting this error-- " Error occurred during character conversion". Iam converting Xstring to string by using following FM

ECATT_CONV_XSTRING_TO_STRING.( iam giving encoding type 'ANSI')

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi,

>

> Iam getting this error-- " Error occurred during character conversion". Iam converting Xstring to string by using following FM

> ECATT_CONV_XSTRING_TO_STRING.( iam giving encoding type 'ANSI')

What does that have to do with the fileUpload? The FileUpload is working if you are getting an XSTRING. If this is a PDF why are you trying to convert to a STRING? That doesn't make sense with PDF, since PDF is a binary format. You would just get garbage or errors when trying to convert. ANSI isn't even a valid encoding anyway - even if this was a text file you were uploading.