Image (or most any file) Web client and server Backed by MongoDB
Go to file
Vincent Batts e8b204713e adding the MIT license 2013-02-12 12:20:23 -05:00
.gitignore adding a gitignore 2013-02-11 10:56:42 -05:00
LICENSE adding the MIT license 2013-02-12 12:20:23 -05:00
README update the README to be more generic 2013-02-12 12:18:03 -05:00
client.go cleanup: more separating into files 2013-02-08 23:43:39 -05:00
config.go cleanup: more separating into files 2013-02-08 23:43:39 -05:00
db_fileutil.go many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
hash.go many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
imgsrv.go many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
layouts.go adding app version, and putting it in the footer 2013-02-12 11:09:41 -05:00
server.go ERMEHGERD: upload and from url both work, and redirect straight to the 2013-02-12 11:04:48 -05:00
types.go multipart form! it actually uploads now. 2013-02-11 18:05:43 -05:00
version.go adding app version, and putting it in the footer 2013-02-12 11:09:41 -05:00

README

== Building

Either 

  git clone git://<host>/<path>
  cd filesrv
  go build
  ./filesrv

or

  go get git://<host>/<path>