From dde1cbcaa63e6c689774586ef6ca44582caebc21 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 27 Nov 2024 18:10:38 +0300 Subject: [PATCH 1/4] SEO-192068-React-Uploader- --- .../how-to/convert-image-into-binary-format-after-uploading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md index b5ebf87a5..723b1bdfd 100644 --- a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md +++ b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md @@ -56,4 +56,4 @@ public void Save() ``` ->You can also explore [React File Upload](https://www.syncfusion.com/react-components/react-file-upload) feature tour page for its groundbreaking features. You can also explore our [React File Upload example](https://ej2.syncfusion.com/react/demos/#/material/uploader/default) to understand how to browse the files which you want to upload to the server. \ No newline at end of file +>You can also explore [React File Upload](https://www.syncfusion.com/react-components/react-file-upload) feature tour page for its groundbreaking features. You can also explore our [React File Upload example](https://ej2.syncfusion.com/react/demos/#/bootstrap5/uploader/default) to understand how to browse the files which you want to upload to the server. \ No newline at end of file From 6cb9a3073928948e94be8b4e49c67a0890cfeb44 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 27 Nov 2024 18:57:39 +0300 Subject: [PATCH 2/4] SEO-192068-React-Uploader- --- ej2-react/calendar/how-to/change-the-first-day-of-week.md | 2 +- .../convert-image-into-binary-format-after-uploading.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ej2-react/calendar/how-to/change-the-first-day-of-week.md b/ej2-react/calendar/how-to/change-the-first-day-of-week.md index b028608a2..350213d35 100644 --- a/ej2-react/calendar/how-to/change-the-first-day-of-week.md +++ b/ej2-react/calendar/how-to/change-the-first-day-of-week.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Change the first day of week in React Calendar component -The Calendar provides an option to change the first day of the week by using the [`firstDayOfWeek`](https://ej2.syncfusion.com/react/documentation/api/calendar#firstdayofweek) property. Day of the week starts from 0(Sunday) to 6(Saturday). +The Calendar provides an option to change the first day of the week by using the [`firstDayOfWeek`](https://ej2.syncfusion.com/react/documentation/api/calendar/#firstdayofweek) property. Day of the week starts from 0(Sunday) to 6(Saturday). > By default, the first day of week is based on culture specific. diff --git a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md index 723b1bdfd..cffbade8c 100644 --- a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md +++ b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md @@ -1,14 +1,14 @@ --- layout: post -title: Convert image into binary format after uploading in React Uploader component | Syncfusion -description: Learn here all about Convert image into binary format after uploading in Syncfusion React Uploader component of Syncfusion Essential JS 2 and more. +title: Convert image into binary format in React Uploader | Syncfusion +description: Learn here all about convert image into binary format after uploading in Syncfusion React Uploader component, it's elements, and more. control: Convert image into binary format after uploading platform: ej2-react documentation: ug domainurl: ##DomainURL## --- -# Convert image into binary format after uploading in React Uploader component +# Convert image into binary format after uploading in React Uploader By default, the file upload component saves the uploaded image files in physical directories. Also, you can convert the images into binary format at server-side before saving the uploaded images. To retrieve binary format of image files, convert the posted file’s input stream into binary reader and read as bytes using ReadBytes method. From 3dc9882068a222cbdc91cdd058b72207933c1acb Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Fri, 29 Nov 2024 09:58:20 +0300 Subject: [PATCH 3/4] modified meta elements, meta title, meta description ,meta h1 --- .../convert-image-into-binary-format-after-uploading.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md index cffbade8c..5e204cdf8 100644 --- a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md +++ b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md @@ -1,14 +1,15 @@ --- layout: post -title: Convert image into binary format in React Uploader | Syncfusion -description: Learn here all about convert image into binary format after uploading in Syncfusion React Uploader component, it's elements, and more. +title: Convert Images into Binary Format in React Uploader | Syncfusion +description: Learn here how to convert images into binary format after uploading them in the Syncfusion React Uploader component. + control: Convert image into binary format after uploading platform: ej2-react documentation: ug domainurl: ##DomainURL## --- -# Convert image into binary format after uploading in React Uploader +# Convert uploaded images into binary format in the React Uploader By default, the file upload component saves the uploaded image files in physical directories. Also, you can convert the images into binary format at server-side before saving the uploaded images. To retrieve binary format of image files, convert the posted file’s input stream into binary reader and read as bytes using ReadBytes method. From 41034a01174969ebf5a0a9b737d6836a7b488157 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Fri, 29 Nov 2024 10:16:34 +0300 Subject: [PATCH 4/4] ci resolved --- .../how-to/convert-image-into-binary-format-after-uploading.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md index 5e204cdf8..8f3f9ae85 100644 --- a/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md +++ b/ej2-react/uploader/how-to/convert-image-into-binary-format-after-uploading.md @@ -1,8 +1,7 @@ --- layout: post title: Convert Images into Binary Format in React Uploader | Syncfusion -description: Learn here how to convert images into binary format after uploading them in the Syncfusion React Uploader component. - +description: Learn here how to convert images into binary format after uploading them in the Syncfusion React Uploader component. control: Convert image into binary format after uploading platform: ej2-react documentation: ug