samjam: adds 2 more url handlers for:
authorWilfried Göesgens <willi@citadel.org>
Fri, 3 Oct 2008 09:50:12 +0000 (09:50 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 3 Oct 2008 09:50:12 +0000 (09:50 +0000)
commit64b5ed9aad39f1fedf8c0cd3343cf9bb048d38b5
tree529dca3dd90b5e5505b587ae40f7be0cc64b52b2
parentdeefa284d138d4c45d52966079b9cf6c9877c083
samjam: adds 2 more url handlers for:
  * /webcit/postpart/N/name.jpg
  * /webcit/postpart_download/N/name.jpg

where N is a number from 0 upwards counting the attachments to the currently composing post.

It downloads that attachment, and will be used for wysiwyg inline image composing.

If we ever support deleting attachments before post (I guess we will) then struct wc_attachment will need an id number.
webcit/webcit.c