Fixing bad library paths (using Fabian's local paths).

Fixed response building for /upload/
Added /upload/{filename} .
Added CMS_FILE_UPLOAD_API.

The storage/database part is untouched (and thus not implemented).
This commit is contained in:
2016-01-20 13:43:49 +01:00
parent 4b04e5f471
commit 53181f901d
12 changed files with 570 additions and 376 deletions

View File

@@ -94,7 +94,7 @@ feature -- CMS modules
a_setup.register_module (m)
-- uploader
create {CMS_FILE_UPLOAD} m.make
create {CMS_FILE_UPLOADER_MODULE} m.make
a_setup.register_module (m)
end