I'm developing an access area for the client where all site administration is done through it. All pages are created dynamically by making requests to a specific file on the client's site. Even the file inclusion forms are pointing to the client site and not to the access area itself, but when I try to give Request.Files on the client side it comes NULL. Is there a solution for this to work?