Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dharFr committed Mar 22, 2012
1 parent 656d89c commit edc62c6
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Uploader+Thumbnail
A sample project I'm working on. We're talking about a couple of jQuery based, loosely coupled, javascript components.
The first takes care of file upload while the second displays the associated thumbnail.
A first takes care of file upload while a second displays the associated thumbnail and a third have to remove an already uploaded file.

Javascript files can be found in 'public/js/' folder.
Old browsers are supported via iframe fallback.

Still in construction...

___________________________
References:

* https://developer.mozilla.org/en/Using_files_from_web_applications
* https://developer.mozilla.org/en/DOM/XMLHttpRequest/Using_XMLHttpRequest#Using_FormData_objects
* https://developer.mozilla.org/en/DOM/FileReader
* http://net.tutsplus.com/tutorials/javascript-ajax/uploading-files-with-ajax/
* http://net.tutsplus.com/tutorials/javascript-ajax/uploading-files-with-ajax/

## License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

0 comments on commit edc62c6

Please sign in to comment.