So, I have an input field to load the img file. What I wanted to do was take the data from this (or the selected source) and route it to the src attribute of the image tag.
something like this: http://jsfiddle.net/QC2c4/
This will be a client-side verifier to indicate what the user will download. I know that I will need to check the extension for valid types img, .png, .bmp, .png, .tiff, etc. Etc.
How can I start the build process?
source share