https://github.com/joymon/large-file-upload-from-browser
https://github.com/joymon/large-file-upload-from-browser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/joymon/large-file-upload-from-browser
- Owner: joymon
- Created: 2018-03-14T00:18:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T20:13:20.000Z (about 3 years ago)
- Last Synced: 2025-01-30T23:32:17.109Z (over 1 year ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# What is this?
A large file uploading demo which uses below techniques.
- WebSockets
# How to run (Development environment)
- Get the latest / clone the repo
- Open the solution in Visual Studio
- Create IIS WebApp pointing to the project's root directory.
- Compile the project
- Navigate to http://localhost/{web application name}
# Technologies & Languages used in demo
- Client side
* JavaScript (Not used TypeScript to have basic understanding than the language distractions)
- CSS
- HTML5
- Server side
- ASP.Net
- WebAPI
# Related blog posts
[Uploading large files from browser to ASP.Net web server - WebSockets](https://joymonscode.blogspot.com/2018/03/uploading-large-files-from-browser-to.html)