Hi all,<br><br>I&#39;m coding an app that will have to deal with quite a handful of pretty big files in a daily basis.<br><br>So far, for prototyping, I&#39;ve been using a WAFileLibrary, but it&#39;s becoming more and more clear to me that this is the wrong approach, because it takes forever to add/delete a file from the library and the application will have to be deployed soon for real life usage.<br>

<br>The apache solution is not valid in my case, cos these files MUST be inaccessible via the browser, so I&#39;ve been asking, reading and googleing quite a lot until I came across WAExternalFileLibrary and WAFileDirectory.<br>

<br>I&#39;ve created a new WAFileDirectory from the dispatcher config, but now I don&#39;t know what to do with it, I&#39;ve been looking for documentation but I can&#39;t find it anywhere. Is this already usable or should I be taking a different approach?<br>

<br>Thanks a lot in advance!<br><br>Bernat Romagosa.<br>