1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 19:07:06 +00:00

_examples/tutorial/dropzonejs. Stay tuned for two-parts article series on https://medium.com/@kataras and https://dev.to/@kataras

tried to fix `README_NEXT.MD` to `README_NEXT.md` but suffix is not recognised by git so rename README_NEXT.MD to README_PART2.md.

I'll write two articles based on that content you can see already (because you follow the Iris project in github)


Former-commit-id: 48bb828909a9bd72939a6de3ee325d15dbb9f88b
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-10-03 05:23:18 +03:00
parent 000d1b000d
commit 2013411400
4 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
This is the part 1 of 2 in DropzoneJS + Go series.
- [Part 1: How to build a file upload form](README.md)
- [Part 2: How to display existing files on server](README_NEXT.md)
- [Part 2: How to display existing files on server](README_PART2.md)
# DropzoneJS + Go: How to build a file upload form