Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following .zip file contains the upload bundles that need to be extracted and started using the usual bundle installation procedure (Note, these will probably be out of date, and you should use the ones contains in the Weave installer).

https://dl.dropbox.com/u/6745119/upload_331_20130918.zip

...

Then you can create a new top level configuration item to contain the customisation to the upload parameters.

Note

The following upload parameter examples are each showing examples of changing one part of the upload configuration, when creating for your configuration for the upload there should only be a single <upload:parameters/> item

Code Block
xml
xml
titleUpload parameters, containing all the available options and their default values, if you don't create an upload:parameters configuration item this is what you'll get
<upload:parameters>
	<cleaning maximumFileAgeInHours="96" checkDelayInHours="6" />
	<projections label="Projection"/>
	<csv xlabel="X Field Column" ylabel="Y Field Column"/>
	<drawing timeout="60"/>
</upload:parameters>

...