1
0
mirror of https://github.com/kataras/iris.git synced 2026-02-06 10:45:57 +00:00

Add two more just-published articles at README.md > Blogs

Former-commit-id: ecf7a03013f6c2bd3025a19688b7fd3ce9df7ae7
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-10-03 15:55:25 +03:00
parent 2013411400
commit 8410b12436
3 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# Articles
- [How to build a file upload form using DropzoneJS and Go](https://dev.to/kataras/dropzonejs--go-series---part-1-474)
- [How to display existing files on server using DropzoneJS and Go](https://dev.to/kataras/dropzonejs--go-series---part-2-4n1)
# Content
This is the part 1 of 2 in DropzoneJS + Go series.
- [Part 1: How to build a file upload form](README.md)
@@ -145,7 +152,8 @@ func main() {
7. If file is sent to the page, store the file object to a temporary "file" variable.
8. Move uploaded file to destination based on the uploadsDir+uploaded file's name.
**Run the server**
### Runing the server
Open the terminal at the current project's folder and execute:
```bash