according to the _whatsnew.html file, "A "Quick Upload " option is now available in the link, image and flash dialog windows".
That's right, and a good idea I must say... except that I can't make it work at all :-/ (I'm using a custom server side language, with my own connector that worked fine until 2.0fc included)
the browser embedded upload works ok (as before), but the dialog doesn't do anything.
A look at the code seems to show that the upload code is now duplicated, depending on it is called via the connector or the dialog...
I tried to point the new param LinkUploadURL (for example) to my connector but no chance.
Please tell me that I'm wrong, because I'm not sure it is that great an idea to maintain twice the *same* portion of code... or perhaps did I just missed some documentation (I admit I'm quite lost trying to follow the js code)
That's right, and a good idea I must say... except that I can't make it work at all :-/ (I'm using a custom server side language, with my own connector that worked fine until 2.0fc included)
the browser embedded upload works ok (as before), but the dialog doesn't do anything.
A look at the code seems to show that the upload code is now duplicated, depending on it is called via the connector or the dialog...
I tried to point the new param LinkUploadURL (for example) to my connector but no chance.
Please tell me that I'm wrong, because I'm not sure it is that great an idea to maintain twice the *same* portion of code... or perhaps did I just missed some documentation (I admit I'm quite lost trying to follow the js code)

RE: Quick Upload in 2.0 release