#630 closed enhancement (fixed)
Digitize: Add possibility for the upload of files in digitize window
Reported by: | verenadiewald | Owned by: | verenadiewald |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | digitizing | Version: | 2.7 rc1 |
Keywords: | Cc: |
Description
allow the configuration of an upload field in wfs conf and show this one in the digitize window
Note:
See TracTickets
for help on using tickets.
http://trac.osgeo.org/mapbender/changeset/5853
1) define an upload html field in wfs conf (choose the upload template)
2) define upload parameter in mapbender.conf:
define("UPLOAD_DIR", "../tmp");
define("UPLOAD_WHITELIST_FILE_TYPES", "");
define("UPLOAD_BLACKLIST_FILE_TYPES", "");
define("UPLOAD_MAX_SIZE_KB", 2048);