I would like to create an web app to do the following:
- user would nav to website & chose "create firmware stick"
- prompt user to insert USB stick
- format the USB stick as Linux Ext2
- copy the firmware update to stick in a sector by sector manner using dd.
I have an existing winforms exe that does all of this but would like to host it so that user does not need to install the app.
Can someone please get me started.
Steve