@header@
Files

In the same way that images can be uploaded and linked to, Pebble allows arbitrary files to be uploaded to your blog for download by your readers. To do this, just click the Files link after logging in. The resulting page works in the same way as described in Images.

MIME types
If, when opening/downloading files from your blog, you notice that the appropriate MIME type is not being set, this can be rectified by adding an entry into the /WEB-INF/classes/content-types.properties file. A MIME type entry takes the form <file extension>=<MIME type> and an example is as follows:
  .mp3=audio/x-mpeg
Pebble needs to be restarted for MIME type changes to take effect.

@footer@