go-simple-upload-server
go-simple-upload-server copied to clipboard
Upload to Subdirectory not possible
At the moment there is no upload to Subdirectories possible, uploaded files will be always stored in the root directory of /upload. If a curl with /dir/file is executed you will always get "curl: (22) The requested URL returned error: 404 "
See following examples:
curl -X PUT -k -f -Ffile=@
@keefien there is PR #15 that will probably solve this (I also need it), but I see it just sits there and doesn't get merged :-(
v2 now supports upload to & get from sub directories. Please consider using v2.