I've got an app I'm working on and I need to upload a file, parse it into an entity and persist it.
I see a lot of example of how to upload files in html5 but I don't see the connection between the html page and how I can access the objects in my code. I also need an example of how to persist these newly created files. I do much better from examples so if anyone could point me towards some code that does this I can use that to create my implementation.