I need To Apply Data in Document Upload

I Already Convert Document Data Into Base64 String I Just need To Append That into Uploader


3 Replies

PK Priyanka Karthikeyan Syncfusion Team May 23, 2023 03:20 PM UTC

Hi Murali,

Thank you for reaching out! To better assist you, we would like to clarify your query. Where did you convert the file to a Base64 string, on the server-side or client-side? we understand that you have already converted the file into a Base64 string. Could you please provide more information about the uploader you mentioned? When do you need to append the Base64 string to the uploader? Additionally, any details about the purpose or desired outcome of this process would be helpful. Please let us know so that we can provide you with the most accurate solution.

Regards,

Priyanka K




CP CPS replied to Priyanka Karthikeyan May 25, 2023 07:44 AM UTC

I'm Getting Data From Sql And I try To Append That into Uploader So I need Option Like Imageeditor Open Event



BS Buvana Sathasivam Syncfusion Team May 31, 2023 01:01 PM UTC

Hi Murali,


We understand that you are looking to upload a base64 string using our file upload component. While our default configuration does not directly support base64 strings, we have a solution that can help you achieve your requirement.


To upload a base64 string, you can convert it into a file type and then use the Uploader component to upload it. We recommend referring to the following link for guidance on how to convert a base64 string to a JavaScript file object:


Link: https://stackoverflow.com/questions/35940290/how-to-convert-base64-string-to-javascript-file-object-like-as-from-file-input-f


API link: https://ej2.syncfusion.com/documentation/api/uploader#upload


We hope this information helps you in achieving your desired outcome.


Regards,

Buvana S


Loader.
Up arrow icon