Support topics for CKEditor Quick File Upload

Totally 2 solved problems
Go to the products list

logo
CKEditor Quick File Upload
File upload+ API
1 replies Solved

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?
Rich

logo
CKEditor Quick File Upload

All -
I've been using File Uploader in a recent project - and it works really well. The only problem is that it always uses the same default text for the link: Download file.
I would like to change this to show the filename of the file as the link, eg: myDocument.pdf
I have looked at the code in the plugin which is easy to edit:
code]"+"Download file"+"[/code]
I have tried:
code]"+"{FILE}"+"[/code]
but this includes the file path - so not perfect.
How can I insert just the filename?