Snap Share

A in memory only, temporary file sharing service and API

~~~Click HERE to view the project~~~

Snap Share is a “temporary in memory only file sharing site”. You can share any file up to 5M in size. Anything upload to the site is never permanently stored, everything is stored in memcache and set to expire after 10 minutes. This means I do not needed to worry about storing the files and if memcache hits its limit it will be free’d up in 10 minutes. The site also has a API so you can programmatic upload or download files. I’m quite happy in the way it turned out, I especially enjoyed the HTML5 / JavaScript getting the drag and drop working.