Opened 14 years ago

Closed 14 years ago

Last modified 7 years ago

#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

Change History (2)

comment:1 by verenadiewald, 14 years ago

Resolution: fixed
Status: newclosed

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);

comment:2 by astrid_emde, 7 years ago

Milestone: 3.0 release

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.