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 b5ebf87a5..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,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 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 component +# 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. @@ -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