Is it possible to change the default directory where the files are uploaded to a custom folder (say, a folder located in the website)?
If not, does anyone knows a way I can move a recent uploaded file from webserver/webapps/default/uploads/ to my own custom location after I trigger the event fileUpload from handleInternalEvent?
In another possible solution, does anyone knows how can I "link" a folder located somewhere else in the server to be accessed from the website root using IIS?
If you know any of the solutions don't worry about the rest

Thanks!