It’s funny I never came accross this question but here it is : I use FileDownload snippet/plugin combo as a basic file browser, but I have added an upload form with the FileUpload snippet.
As you know, FileUpload needs a path to upload the files to. What I’d like to do is use the [+fd.path+] value as the &path parameter for FileUpload, so that when the user browses the folders the file is uploaded in the currently browsed folder.
Of course I can’t use a placeholder from FileDowload in a FileUpload chunk

I have given a look at filedownload.class.inc.php and the part where placeholder are set (around line 190), but as usual I can’t make head or tails and solve it myself... anyone has already done that ? or an idea ?
Thanks !
Edit : Nevermind, it would seem
FancyUpload does just that !