Is there a way to make AjaxFileUpload work on a web farm? It is using Path.GetTempPath() which would not exist on all servers in a load balanced environment. Is the support planned for the future releases and is there a suggested work around in the meantime?
Comments: [MSDN Documentation](https://msdn.microsoft.com/en-us/library/system.io.path.gettemppath.aspx) says this method will always return a path. Do you face any particular issues, like incorrect access control rights to the path returned with this method?
Comments: [MSDN Documentation](https://msdn.microsoft.com/en-us/library/system.io.path.gettemppath.aspx) says this method will always return a path. Do you face any particular issues, like incorrect access control rights to the path returned with this method?