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: Yes, we want to point a temp directory to a network share accessible by all servers under the load balancer. We actually modified the source code of the AjaxFileUpload to point to that directory instead of the Path.GetTempPath(), so we have a solution at the moment, but I was wondering if the support for web farms is planned in future releases.
Comments: Yes, we want to point a temp directory to a network share accessible by all servers under the load balancer. We actually modified the source code of the AjaxFileUpload to point to that directory instead of the Path.GetTempPath(), so we have a solution at the moment, but I was wondering if the support for web farms is planned in future releases.