Skip to content

Commit 9b94361

Browse files
Add Readme
1 parent 4b696ad commit 9b94361

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

FileUploader.png

21.1 KB
Loading

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
66
<!-- default badges end -->
7-
# DevExtreme Examples Template
7+
# DevExtreme FileUploader - Getting Started
88

9-
This is the repository template for creating new examples.
9+
This repository stores code for the following DevExpress tutorial: [Getting Started with DevExtreme FileUploader](https://js.devexpress.com/Documentation/Guide/UI_Components/FileUploader/Getting_Started_with_FileUploader/). The project creates a FileUploader and configures the component's core settings.
1010

11-
Use **_Product_ for DevExtreme - _Task_** template for a title.
12-
13-
Describe the solved task in this section.
14-
15-
Put a screenshot/gif that illustrates the result here.
16-
17-
Then, add implementation details (steps, code snippets, and other technical information in a free form), or add a link to an existing document with implementation details.
11+
<div align="center"><img src="./FileUploader.png" /></div>
1812

1913
## Files to Review
2014

@@ -27,20 +21,12 @@ Then, add implementation details (steps, code snippets, and other technical info
2721
- [Home.vue](Vue/src/components/HomeContent.vue)
2822
- **React**
2923
- [App.tsx](React/src/App.tsx)
30-
- **NetCore**
31-
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index.cshtml)
3224

3325
## Documentation
3426

35-
- link
36-
- link
37-
- ...
38-
39-
## More Examples
27+
- [Getting Started with FileUploader](https://js.devexpress.com/Documentation/Guide/UI_Components/FileUploader/Getting_Started_with_FileUploader/)
4028

41-
- link
42-
- link
43-
- ...
29+
- [FileUploader - API Reference](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileUploader/)
4430
<!-- feedback -->
4531
## Does this example address your development requirements/objectives?
4632

0 commit comments

Comments
 (0)