File upload+ API Solved

User's avatar
Richard J.
10:40 Aug 20, 2014
Hi there,
A couple of questions.

1) Is there a way to add post data to the file upload? I need some data to go with the post so I know how to store the images.
2) Is there a callback with status etc on completion?

Thanks
Rich
Support team avatar
JS+
10:11 Aug 28, 2014
Hello,

1) The POST - no, but if you need to add GET key, you can use something like:
config.doksoft_uploader_url = '/path/to/ckeditor/plugins/doksoft_uploader/uploader.php?your_key=your_value';
2) Unfortunately there is no callback now.

If you describe your needs in details I can think about to modify the plugins to support new features (if they can be useful for other users).