PDA

View Full Version : upload_plugin=post_custom.dll ?


Steffen Goertz
07-26-2008, 03:06 PM
Hi there,
when i lately took a look in the shup.ini i came across this line:
upload_plugin=post_custom.dll

So my question is:
Is it possible to write custom upload plugins and if yes, is there a api documentation about that?

Looking forward to your answer,
Steffen

Dan
07-26-2008, 03:36 PM
Right now, no. The only "custom" uploader is the one which you've already used to make your blog posting thingy!

Steffen Goertz
07-27-2008, 02:26 AM
But i guess there is something cooking right? Come on, give us a hint :-)

Dan
07-27-2008, 09:42 AM
Well the original code was placed in DLLs so that in the future someone could write their own uploaders, but it ended up being really buggy so I switched back to built-in uploaders. The settings still use the 'legacy' naming, just in case we want to switch back (I guess).